You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
822 B
YAML
29 lines
822 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
create: true
|
|
glob: true
|
|
|
|
- clean: ['~', '~/.oh-my-zsh/custom/', '~/.vim', '~/.tmux']
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
|
|
- link:
|
|
~/.vim:
|
|
~/.vimrc:
|
|
~/.zshrc:
|
|
force: true
|
|
~/.tmux:
|
|
~/.tmux.conf: tmux.conf
|
|
~/.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
|
|
|
|
- shell:
|
|
- [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]
|
|
|