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.
dotfiles/install.conf.yaml

11 lines
441 B
YAML

- clean: ['~', '~/.oh-my-zsh/custom/', '~/.oh-my-zsh/custom/plugs/']
- shell:
- [sh pre-install.sh, Running setup script]
- [mkdir -p ~/oh-my-zsh/custom/, creating zsh custom folders]
- [mkdir -p ~/oh-mh-zsh/custom/themes]
- [mkdir -p ~/oh-my-zsh/custom/plugins]
- [git submodule update --init --recursive, Installing submodules]
- [sh fonts/install.sh, Installing Powerline fonts]