Skip to content

Instantly share code, notes, and snippets.

View PhoenixBastien's full-sized avatar
⚜️

Phoenix Bastien PhoenixBastien

⚜️
View GitHub Profile
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh