Skip to content

Instantly share code, notes, and snippets.

View yuxuanzhuang's full-sized avatar

Yuxuan Zhuang yuxuanzhuang

  • Stanford University
  • California
  • 02:24 (UTC -07:00)
  • X @YuxuanZhuang
View GitHub Profile
@innerlee
innerlee / install_zsh_on_sherlock.sh
Created August 2, 2019 03:31 — forked from mgbckr/install_zsh_on_sherlock.sh
Compiling and installing Zsh without root privileges on Stanford's Sherlock (https://sherlock.stanford.edu) for use in tmux
# Installs Zsh with Oh-My-Zsh without root privileges
# on Stanford's Sherlock (https://sherlock.stanford.edu) for use in tmux
#
# Instructions
# 1) bash install_zsh.sh
# 2) edit .zshrc and add the path to your Zsh binary to the PATH variable
# 3) add `set-option -g default-shell <path to zsh>/bin/zsh` to `~/.tmux.conf`
#
# References: https://www.drewsilcock.co.uk/compiling-zsh
#