small fixes to dotbot config

This commit is contained in:
Jidbo 2019-12-11 23:13:24 +01:00
parent 7c7d4c506e
commit fa87f6f46d
No known key found for this signature in database
GPG key ID: 176CBC4DBB0A8965

View file

@ -6,10 +6,10 @@
# clean config and home directory from bad symbolic links
- clean: ['~', '.config/']
- create:
- ~/.z
- link:
~/.zshrc:
force: true
path: shell/zshrc
~/.tmux.conf:
path: shell/tmux.conf
~/.vimrc:
@ -28,3 +28,9 @@
- curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# install vim plugins
- vim +PlugInstall +qall
# do this last to override generated .zshrc
- link:
~/.zshrc:
force: true
path: shell/zshrc