Files
dotfiles/install.conf.yaml
T
Adam Lamers 35a45c9cae add pwgen utility
Move common zsh/bash things into a separate file
Add pwgen utility to generate xkcd-style passphrases
2016-11-04 17:11:25 -05:00

25 lines
584 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim
~/.dotfile_util: util
~/.vimrc: vimrc
~/.vimrc_vundle: vimrc_vundle
~/.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
- shell:
- [git submodule update --init --recursive, Installing submodules]