Add new configs based on type of install
This commit is contained in:
parent
bb91845ba6
commit
059176fb04
7 changed files with 73 additions and 2 deletions
26
default.conf.yaml
Normal file
26
default.conf.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
- clean: ['~', '~/.config']
|
||||
|
||||
- link:
|
||||
~/.emacs.d: emacs/
|
||||
~/.config/i3: i3/
|
||||
~/.config/i3status: i3status/
|
||||
~/.config/zsh: zsh/
|
||||
~/.zshrc: zsh/.zshrc
|
||||
~/.zshenv: zsh/.zshenv
|
||||
~/.zprofile: zsh/.zprofile
|
||||
~/.hgrc: hg/.hgrc
|
||||
~/.config/git/config: git/config-gmail
|
||||
~/.vim: vim/
|
||||
~/.vimrc: vim/.vimrc
|
||||
~/.mbsyncrc: isync/.mbsyncrc
|
||||
~/.pentadactylrc: pentadactyl/.pentadactylrc
|
||||
~/.Xresources: X/.Xresources
|
||||
~/.Xdefaults: X/.Xdefaults
|
||||
~/.urlview: urlview/.urlview
|
||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||
~/.tmux.conf: tmux/.tmux.conf
|
||||
~/.config/bspwm: bspwm/
|
||||
~/.config/sxhkd: sxhkd/
|
||||
~/.config/panel: panel/
|
||||
~/.config/nvim: neovim/
|
||||
~/.xonshrc: xonsh/.xonshrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue