working locally, testing remote

nvim
KeeganForelight 3 years ago
parent e9da8a9c76
commit e32bf9ce39

@ -1,20 +1,17 @@
- clean: ['~', '~/.oh-my-zsh/custom/'] - clean: ['~', '~/.oh-my-zsh/custom/']
- create: - create: ['~/oh-my-zsh/custom/plugins', '~/oh-my-zsh/custom/themes']
- ~/oh-my-zsh/custom/plugins
- ~/oh-my-zsh/custom/themes
- shell: - shell:
- [sh pre-install.sh, Running setup script] - [sh pre-install.sh, Running setup script]
- [git submodule update --init --recursive, Installing submodules] - [git submodule update --init --recursive, Installing submodules]
- [sh fonts/install.sh, Installing Powerline fonts] - [sh fonts/install.sh, Installing Powerline fonts]
#at this point, we should have clean folders set up for oh my zsh and should have fonts installed
#now we need to start creating links and then perform any other installation stuff
- link: - link:
- ~/.dotfiles: '' ~/.dotfiles: ''
- ~/.vim: vim/ ~/.vim: vim/
- ~/.vimrc: vimrc ~/.vimrc: vimrc
- ~/.zshrc: ~/.zshrc:
force: true force: true
path: zshrc path: zshrc
- ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh_theme ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme

Loading…
Cancel
Save