123456789101112131415161718 |
- - defaults:
- link:
- relink: true
- - shell:
- - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- - brew bundle install
- - chsh -s $(which zsh)
- - create:
- - ~/.custom/
- - link:
- ~/.custom/oh-my-zsh: oh-my-zsh
- ~/.custom/scripts: scripts
- ~/.custom/zsh_plugins: zsh_plugins
|