Split out personal/default dotfile configs
This commit is contained in:
parent
46c1f3be9d
commit
f4a7e3eb8a
6 changed files with 25 additions and 53 deletions
15
default.conf.yaml
Normal file
15
default.conf.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue