-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
49 lines (38 loc) · 1.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
- clean: ['~']
- shell:
- [git submodule update --init, Installing submodules]
- mkdir -p ~/.tmux
- mkdir -p ~/.tmux/plugins
- link:
~/.dotfiles: ''
~/.aliases: files/aliases
~/.bash_profile: files/bash_profile
~/.bash_prompt: files/bash_prompt
~/.bashrc: files/bashrc
~/.exports: files/exports
~/.inputrc: files/inputrc
~/.path: files/path
~/.toprc: files/toprc
~/.wgetrc: files/wgetrc
~/.gitconfig: files/gitconfig
~/.gitignore-global: files/gitignore-global
~/.tmux/plugins/tpm: src/tpm
~/.tmux.conf: files/tmux.conf
~/.sbt/0.13/plugins/plugins.sbt:
create: true
path: files/sbt/0.13/plugins/plugins.sbt
~/.emacs.d: src/spacemacs
~/.spacemacs: files/spacemacs
~/.vimrc: files/vimrc
~/.vim: files/vim
bin/git-remote-dropbox: src/git-remote-dropbox/git-remote-dropbox
bin/osx-config: src/osx-config
bin/install-mill: src/install-mill
bin/install-amm: src/install-amm
~/Library/Application Support/Karabiner/private.xml:
create: true
path: files/karabiner/private.xml
- shell:
- mkdir -p files/vim/backups
- mkdir -p files/vim/swaps
- mkdir -p files/vim/undo