Skip to content

Instantly share code, notes, and snippets.

View jensmeindertsma's full-sized avatar
🧗
How are you feeling? Are you okay today?

Jens Meindertsma jensmeindertsma

🧗
How are you feeling? Are you okay today?
View GitHub Profile
@jensmeindertsma
jensmeindertsma / .zshrc
Created February 17, 2024 17:24
Setting up Oh-My-Zsh
export ZSH="$HOME/.oh-my-zsh"
## Make sure the cache directory exists so it can be written to even when cache gets wiped.
if [ ! -d "$HOME/.cache/zsh" ]; then
mkdir -p $HOME/.cache/zsh
fi
# --- Configure Oh-My-Zsh ---
ZSH_THEME="robbyrussell"
HISTFILE=$HOME/.cache/zsh/history