Skip to content

Instantly share code, notes, and snippets.

@dynax60
Created January 18, 2017 14:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dynax60/b82b85fc11762b244f3496299c49ed55 to your computer and use it in GitHub Desktop.
Save dynax60/b82b85fc11762b244f3496299c49ed55 to your computer and use it in GitHub Desktop.
Oh-my-zsh on OpenBSD
export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.0/packages/i386
$ sudo pkg_add -v zsh-4.3.12 git-1.7.6p0
$ chsh -s /usr/local/bin/zsh
$ git clone git://github.com/robbyrussell/oh-my-zsh.git
$ mv oh-my-zsh .oh-my-zsh
$ cp .oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment