-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
37 lines (35 loc) · 1 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
- clean: ["~"]
- link:
~/.dotfiles: ""
~/.gitconfig: gitconfig
~/.gitconfig_local: gitconfig_local
~/.gitignore_global: gitignore_global
~/.bashrc: bashrc
~/.bash_profile: bash_profile
~/.zlogin: zlogin
~/.zlogout: zlogout
~/.zprofile: zprofile
~/.zshenv: zshenv
~/.zshrc: zshrc
~/.vimrc: vimrc
~/.vim: vim/
~/.vim/autoload: vim-pathogen/autoload
~/.config/nvim: vim/
~/.config/nvim/init.vim: vimrc
~/.inputrc: inputrc
~/.editrc: editrc
~/.termcap: termcap
~/.atom: atom
~/.gdbinit: gdbinit
~/.lldbinit: lldbinit
~/.asdfrc: asdfrc
~/Library/Application Support/Code/User:
path: vscode/User
create: true
~/Library/Application Support/VSCodium/User:
path: vscode/User
create: true
~/Library/Application Support/BBEdit: bbedit/BBEdit
~/Library/Preferences/com.barebones.bbedit.plist: bbedit/com.barebones.bbedit.plist
- shell:
- [git submodule update --init --recursive, Installing submodules]