We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Related to the oh-my-zsh install
The startup profile needs to be set, and the fonts changed:
The text was updated successfully, but these errors were encountered: