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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
2
install
2
install
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
9
personal.conf.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue