18 lines
535 B
YAML
18 lines
535 B
YAML
- clean: ['~', '~/.oh-my-zsh/custom/']
|
|
|
|
- create: ['~/oh-my-zsh/custom/plugins', '~/oh-my-zsh/custom/themes']
|
|
|
|
- shell:
|
|
- [sh pre-install.sh, Running setup script]
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
- [sh fonts/install.sh, Installing Powerline fonts]
|
|
|
|
- link:
|
|
~/.dotfiles: ''
|
|
~/.vim: vim/
|
|
~/.vimrc: vimrc
|
|
~/.zshrc:
|
|
force: true
|
|
path: zshrc
|
|
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
|