install.conf.yaml 350 B

123456789101112131415161718
  1. - defaults:
  2. link:
  3. relink: true
  4. - shell:
  5. - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  6. - brew bundle install
  7. - chsh -s $(which zsh)
  8. - create:
  9. - ~/.custom/
  10. - link:
  11. ~/.custom/oh-my-zsh: oh-my-zsh
  12. ~/.custom/scripts: scripts
  13. ~/.custom/zsh_plugins: zsh_plugins