This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |