Files
dotfiles/install.conf.yaml
T
2023-05-29 21:02:18 -04:00

25 lines
566 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim
~/.dotfile_util: util
~/.vimrc: vimrc
~/.zpreztorc: zpreztorc
~/.zshrc: zshrc
~/.zprezto: prezto
~/.bash_profile: bash_profile
~/.bash_prompt: bash_prompt
~/.git_prompt.sh: git_prompt.sh
~/.git-completion.bash: git-completion.bash
~/.dictionary.txt.gz: dictionary.txt.gz
~/.common_shell_functions: common_shell_functions
~/.zsh: zsh
- shell:
- [git submodule update --init --recursive, Installing submodules]