Skip to content

Instantly share code, notes, and snippets.

View SimpleJian's full-sized avatar

SimpleJian SimpleJian

View GitHub Profile
@mgbckr
mgbckr / install_zsh_on_sherlock.sh
Last active February 22, 2025 13:13
Compiling and installing Zsh without root privileges on Stanford's Sherlock (https://sherlock.stanford.edu) for use in tmux
# Update 2023-07-20:
# I've recently switched to installing `zsh` via `conda` which is a lot less hassle.
# I added it to start automatically in `tmux` with
# `set-option -g default-shell "~/miniconda3/envs/default/bin/zsh"`
#
# # Install Zsh on Sherlock
# Installs Zsh with Oh-My-Zsh without root privileges
# on Stanford's Sherlock (https://sherlock.stanford.edu) for use in tmux
#
# ## Instructions