-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
29 lines (26 loc) · 1.13 KB
/
install.conf.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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.dotfiles: ''
#~/.config/fish/config.fish: config/fish/config.fish
#~/.config/fish/conf.d/omf.fish: config/fish/conf.d/omf.fish
~/.config/fish/functions/sudo-my-prompt-yo.fish: config/fish/functions/sudo-my-prompt-yo.fish
~/.atom/config.cson: atom/config.cson
~/.atom/init.coffee: atom/init.coffee
~/.atom/keymap.cson: atom/keymap.cson
~/.atom/package-list.txt: atom/package-list.txt
~/.atom/snippets.cson: atom/snippets.cson
~/.atom/styles.less: atom/styles.less
~/.config/omf/theme: config/omf/theme
~/.config/omf/bundle: config/omf/bundle
~/.config/omf/init.fish: config/omf/init.fish
~/.gitconfig: gitconfig
#~/.config/fontconfig/conf.d/10-powerline-symbols.conf: config/fontconfig/conf.d/10-powerline-symbols.conf
#~/.fonts/PowerlineSymbols.otf: fonts/PowerlineSymbols.otf
- shell:
- [git submodule update --init --recursive, Installing submodules]
#- [apm install --packages-file atom/package-list.txt, Installing atom packages]
#- [fc-cache -vf ~/.fonts/, Updating font cache]