working locally, testing remote

nvim
KeeganForelight 3 years ago
parent a827f46a9f
commit 19fd63d4aa

@ -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'] - clean: ['~', '~/.oh-my-zsh/custom/']
- shell: - shell:
- [sh pre-install.sh, Running setup script] - [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
Loading…
Cancel
Save