@ -1,6 +1,9 @@
- clean: ['~', '~/.oh-my-zsh/custom/']
- defaults:
- link:
relink: true
create: true
- create: ['~/.oh-my-zsh/custom/plugins', '~/.oh-my-zsh/custom/themes']
- shell:
- [sh pre-install.sh, Running setup script]
@ -0,0 +1,6 @@
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
set shiftwidth=4
set expandtab