|
|
|
@ -6,6 +6,9 @@
|
|
|
|
|
|
|
|
|
|
- clean: ['~', '~/.oh-my-zsh/custom/', '~/.vim', '~/.tmux']
|
|
|
|
|
|
|
|
|
|
- shell:
|
|
|
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
|
|
|
|
|
|
|
|
- link:
|
|
|
|
|
~/.vim:
|
|
|
|
|
~/.vimrc:
|
|
|
|
@ -19,7 +22,6 @@
|
|
|
|
|
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
|
|
|
|
|
|
|
|
|
|
- shell:
|
|
|
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
|
|
|
- [cp ./vim/hybrid/colors/hybrid.vim ./vim/colors/hybrid.vim, Setting up theme]
|
|
|
|
|
- [tmux/plugins/tpm/bin/install_plugins, Installing Tmux Plugins]
|
|
|
|
|
- [tmux/plugins/tpm/bin/update_plugins all, Updating Tmux Plugins]
|
|
|
|
|