-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
35 lines (32 loc) · 1.01 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
30
31
32
33
34
35
- defaults:
link:
relink: true
create: true
force: true
- clean: ['~']
- link:
~/.bashrc:
path: '.bashrc'
force: false
~/.vimrc: '.vimrc'
~/.gitconfig:
path: '.gitconfig'
force: false
~/.tmux.conf: '.tmux.conf'
~/.tmux: '.tmux'
~/.slate.js: '.slate.js'
~/.config/pianobar/config: 'pianobar-config'
~/.atom/config.cson: 'atom/config.cson'
~/.atom/init.coffee: 'atom/init.coffee'
~/.atom/keymap.cson: 'atom/keymap.cson'
~/.atom/packages.cson: 'atom/packages.cson'
~/.atom/snippets.cson: 'atom/snippets.cson'
~/.atom/styles.less: 'atom/styles.less'
- shell:
- [git submodule update --init --recursive, Installing submodules]
- ['curl -fo ~/.git-prompt.sh
https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh',
Installing Git prompt script]
- ['curl -fLo ~/.vim/autoload/plug.vim --create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim',
Installing vim-plug]