RogerThiede / dotfiles

OS X dotfiles managed via cider
MIT License
0 stars 0 forks source link

Implement zsh installation for cider after-scripts #2

Open RogerThiede opened 9 years ago

RogerThiede commented 9 years ago

Cider supports "after-scripts". This can be utilized to automatically install/setup oh-my-zsh and zsh-syntax-highlighting. Determine what steps are needed to detect and/or install oh-my-zsh in idempotent manner.

"after-scripts": [ "./script/install_zsh.sh", "brew linkapps" ]

RogerThiede commented 8 years ago

zsh is already included with Mac OS X. Should zsh be upgraded and/or re-installed via Homebrew first? Does oh-my-zsh need to be installed before or after Homebrew installation?

Mac OS X (macOS) Version zsh Version
10.11 zsh 5.0.8 (x86_64-apple-darwin15.0)
10.12 ???