dotfiles/install.conf.yaml
2022-03-08 17:22:33 -05:00

26 lines
747 B
YAML

- defaults:
link:
relink: true
create: true
- clean: ['~', '~/.oh-my-zsh/custom/']
- shell:
- [sh pre-install.sh, Running setup script]
- [git submodule update --init --recursive, Installing submodules]
- [sh fonts/install.sh, Installing Powerline fonts]
- link:
~/.dotfiles: ''
~/.vimrc: vimrc
~/.zshrc:
force: true
path: zshrc
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions:
force: true
path: oh-my-zsh/custom/plugins/zsh-autosuggestions
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim
~/.tmux.conf: tmux.conf