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

View file

@ -1,26 +1,2 @@
- 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

View file

@ -12,6 +12,6 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git submodule update --init --recursive "${DOTBOT_DIR}"
for conf in ${@}; do
for conf in default ${@}; do
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${conf}${CONFIG_SUFFIX}"
done

View file

@ -1,16 +1,2 @@
- clean: ['~', '~/.config']
- link:
~/.emacs.d: emacs/
~/.config/zsh: zsh/
~/.zshrc: zsh/.zshrc
~/.zshenv: zsh/.zshenv
~/.zprofile: zsh/.zprofile
~/.hgrc: hg/.hgrc
~/.config/git/config: git/config-metagram
~/.vim: vim/
~/.vimrc: vim/.vimrc
~/.pentadactylrc: pentadactyl/.pentadactylrc
~/.tmux.conf: tmux/.tmux.conf
~/.config/nvim: neovim/
~/.xonshrc: xonsh/.xonshrc

View file

@ -1,16 +1,2 @@
- clean: ['~', '~/.config']
- link:
~/.emacs.d: emacs/
~/.config/zsh: zsh/
~/.zshrc: zsh/.zshrc
~/.zshenv: zsh/.zshenv
~/.zprofile: zsh/.zprofile
~/.hgrc: hg/.hgrc
~/.config/git/config: git/config-mit
~/.vim: vim/
~/.vimrc: vim/.vimrc
~/.pentadactylrc: pentadactyl/.pentadactylrc
~/.tmux.conf: tmux/.tmux.conf
~/.config/nvim: neovim/
~/.xonshrc: xonsh/.xonshrc

9
personal.conf.yaml Normal file
View file

@ -0,0 +1,9 @@
- link:
~/.config/bspwm: bspwm/
~/.config/sxhkd: sxhkd/
~/.config/panel: panel/
~/.mbsyncrc: isync/.mbsyncrc
~/.mutt: mutt/
~/.Xresources: X/.Xresources
~/.Xdefaults: X/.Xdefaults
~/.urlview: urlview/.urlview