1
0
Fork 0

Split out personal/default dotfile configs

This commit is contained in:
Jeremy Kaplan 2016-08-01 16:25:06 -04:00
commit f4a7e3eb8a
6 changed files with 25 additions and 53 deletions

15
default.conf.yaml Normal file
View file

@ -0,0 +1,15 @@
- clean: ['~', '~/.config']
- link:
~/.emacs.d: emacs/
~/.config/nvim: neovim/
~/.config/zsh: zsh/
~/.config/user-dirs.dirs: etc/user-dirs.dirs
~/.hgrc: hg/.hgrc
~/.tmux.conf: tmux/.tmux.conf
~/.vim: vim/
~/.vimrc: vim/.vimrc
~/.xonshrc: xonsh/.xonshrc
~/.zshrc: zsh/.zshrc
~/.zshenv: zsh/.zshenv
~/.zprofile: zsh/.zprofile