- Clone this repo
- Create a
.zshrc.local
file in ~ - Add this to
.zshrc.local
file:
# path to git repos on [this] computer
export LOCAL_GIT_REPO_PATH="/path/to/git/repos/on/this/computer"
# github prefix (profile name OR org name)
# example: https://github.com/{THIS_IS_THE_VALUE_YOU_WANT}/{SOME_REPO}.git
export GITHUB_PREFIX="my_github_profile_or_org"
- Install
JetBrainsMono Nerd Font
from this site - Run
make links
- Run
source ~/.zshrc.local && source ~/zsh/init.zsh && make deps