-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotfiles.json
More file actions
42 lines (42 loc) · 1.68 KB
/
dotfiles.json
File metadata and controls
42 lines (42 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"directories" : ["~/.vim/backup",
"~/.vim/tmp",
"~/.ncmpcpp",
"~/.xmonad",
"~/.config/beets",
"~/.config/dunst"
],
"commands" : [],
"copy" : [],
"link" : {
"dircolors" : "~/.dircolors",
"gitconfig" : "~/.gitconfig",
"vimrc" : "~/.vimrc",
"Xdefaults" : "~/.Xdefaults",
"xinitrc" : "~/.xinitrc",
"xmobarrc" : "~/.xmobarrc",
"csirc" : "~/.csirc",
"termite" : "~/.config/termite/config",
"gtk-3.0.css" : "~/.config/gtk-3.0/gtk.css",
"zshrc" : "~/.zshrc",
"zprofile" : "~/.zprofile",
"tmux" : "~/.tmux.conf",
"mpd" : "~/.mpd/config",
"trayer" : "~/.config/trayer",
"dunstrc" : "~/.config/dunst/dunstrc",
"beets.yaml" : "~/.config/beets/config.yaml",
"offlineimap.py" : "~/.offlineimap.py",
"offlineimaprc" : "~/.offlineimaprc",
"user-dirs.dirs" : "~/.config/user-dirs.dirs",
"ncmpcpp/config" : "~/.ncmpcpp/config",
"ncmpcpp/bindings" : "~/.ncmpcpp/bindings",
"ncmpcpp/minimalconfig" : "~/.ncmpcpp/minimalconfig",
"xmonad/xmonad.hs" : "~/.xmonad/xmonad.hs",
"oh-my-zsh-custom/aliases.zsh" : "~/.oh-my-zsh/custom/aliases.zsh",
"oh-my-zsh-custom/functions.zsh" : "~/.oh-my-zsh/custom/functions.zsh",
"oh-my-zsh-custom/walters.zsh-theme" : "~/.oh-my-zsh/custom/walters.zsh-theme",
"oh-my-zsh-custom/mrks.zsh-theme" : "~/.oh-my-zsh/custom/mrks.zsh-theme",
"oh-my-zsh-custom/plugins/custom-completions.plugin.zsh" :
"~/.oh-my-zsh/custom/plugins/custom-completions/custom-completions.plugin.zsh"
}
}