- Clone this repo
- Create a
.zshrc.local
file in the root dir to keep local config - Add this to
.zshrc.local
file:
export LOCAL_GIT_REPO_PATH="/path/to/git/repos/on/this/computer"
# github prefix (profile name OR org name)
# example: https://github.com/{THIS_VALUE}/{SOME_REPO}.git
export GITHUB_PREFIX="foo"
- Install
Hack Nerd Font
from this site - Run
source ~/.zshrc.local && source ~/zsh/init.zsh && make deps
- Go to where this git repo is cloned
- Create whatever file or folder you would like to add (
touch foo.txt
, etc) - Run
deps
to ensure a symlink is created