Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oh My Zsh #46

Open
lakruzz opened this issue May 25, 2018 · 1 comment
Open

Oh My Zsh #46

lakruzz opened this issue May 25, 2018 · 1 comment

Comments

@lakruzz
Copy link
Owner

lakruzz commented May 25, 2018

Related to the oh-my-zsh install

---
installs:
  - module:  shell
    shell: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    parameters:
      creates:    ~/.oh-my-zsh/oh-my-zsh.sh

  - module: lineinfile
    parameters:
      path:   ~/.zshrc
      state:  present
      regexp: ^ZSH_THEME=".*
      line:   ZSH_THEME="agnoster"
      backup: yes

  - module: homebrew_cask
    parameters:
      name:   font-roboto-mono-for-powerline
      state:  present

  - module: homebrew
    parameters:
      name:   zsh
      state:  latest

  - module: homebrew_tap
    parameters:
      name:   caskroom/fonts

  - module: homebrew
    parameters:
      name:   bash-completion
      state:  latest

The startup profile needs to be set, and the fonts changed:

@lakruzz
Copy link
Owner Author

lakruzz commented May 25, 2018

To use Pro:

defaults write com.apple.Terminal 'Startup Window Settings' -string 'Pro'
defaults write com.apple.Terminal 'Default Window Settings' -string 'Pro'

Will only take effect after Terminal is killed, and reopened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant