-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
112 lines (110 loc) · 3.07 KB
/
config.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
- link:
~/.config/awesome:
create: true
path: _awesome/
~/.config/gtk-3.0:
create: true
path: _gtk-3.0/
~/.config/keepassx:
create: true
path: _keepassx/
~/.config/mimeapps.list:
create: true
path: _mimeapps.list
~/.config/mpv:
create: true
path: _mpv/
~/.config/ncdu:
create: true
path: _ncdu/
~/.config/nvim:
create: true
path: _vim
~/.config/picom/picom.conf:
create: true
path: _picom.conf
~/.config/ranger:
create: true
path: _ranger/
~/.config/smos:
create: true
path: _smos/
~/.config/tridactyl:
create: true
path: _tridactyl/
~/.config/user-dirs.dirs:
create: true
path: _user-dirs.dirs
~/.config/yay:
create: true
path: _yay/
~/.config/zathura:
create: true
path: _zathura
~/.config/zk:
create: true
path: _zk
~/.local/share/fonts:
create: true
path: _fonts/
~/.local/share/applications/mimeapps.list:
create: true
path: _mimeapps.list
~/.themes/oomox-molokai:
create: true
path: _molokai-gtk-theme/
~/.themes/oomox-molokai-light:
create: true
path: _molokai-gtk-theme-light/
~/.ackrc: _ackrc
~/.antigen: _antigen/
~/.bin: _bin/
~/.cabal: _cabal/
~/.completions: _completions/
~/.dir_colors: _dir_colors
~/.dmrc: _dmrc
~/.face.icon: _face.icon
~/.fonts: _fonts/
~/.fonts.config: _fonts.config
~/.gitconfig: _gitconfig
~/.gitignore: _gitignore
~/.ghc/ghci.conf: _ghci.conf
~/.gnupg: _gnupg/
~/.goobookrc: _goobookrc
~/.gtk-bookmarks: _gtk-bookmarks
~/.gtkrc-2.0: _gtkrc-2.0
~/.haskeline: _haskeline
~/.mailcap: _mailcap
~/.markdownlintrc: _markdownlintrc
~/.msmtprc: _msmtprc
~/.mutt: _mutt/
~/.muttrc: _muttrc
~/.ncmpcpp: _ncmpcpp/
~/.newsbeuter: _newsbeuter/
~/.notmuch-config: _notmuch-config
~/.nvim: _vim/
~/.nvimrc: _vimrc
~/.pentadactyl: _pentadactyl
~/.pentadactylrc: _pentadactylrc
~/.profile:
force: true
path: _profile
~/.screen: _screen
~/.screenrc: _screenrc
~/.urxvt: _urxvt/
~/.vim: _vim/
~/.vimrc: _vimrc
~/.xinitrc: _xinitrc
~/.xprofile: _xprofile
~/.Xresources: _Xresources
~/.Xdefaults: _Xresources
~/.zshrc: _zshrc
- clean: ['~', '~/.config/', '~/.local/share/']
- shell:
- [chmod go-w ~/.ghc/ghci.conf && chmod go-w ~/.ghc, Fixing GHCi Permissions]
- [git submodule update --init --recursive, Installing/updating submodules]
- [zsh -c 'source ~/.zshrc; antigen update', Installing/updating zsh customizations]
- [mkdir ~/.vim/bak; mkdir -p ~/.vim/swp; mkdir -p ~/.vim/undo, Making vim backup/swap/undo directories]
- [mkdir -p ~/.cache/xmonad; mkdir -p ~/.local/share/xmonad, Making xmonad directories]
- [fc-cache -rf ~/.fonts, Installing/updating fonts]
- [fc-cache -rf ~/.local/share/fonts, Installing/updating fonts]