diff --git a/README.md b/README.md index b737170..2a70ec6 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,14 @@ 3. Add this to `.zshrc.local` file: ```sh +# 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_VALUE}/{SOME_REPO}.git -export GITHUB_PREFIX="foo" +# example: https://github.com/{THIS_IS_THE_VALUE_YOU_WANT}/{SOME_REPO}.git +export GITHUB_PREFIX="my_github_profile_or_org" ``` -4. Install `Hack Nerd Font` from [this site](https://www.nerdfonts.com/font-downloads) +4. Install `JetBrainsMono Nerd Font` from [this site](https://www.nerdfonts.com/font-downloads) +5. Run `make links` 5. Run `source ~/.zshrc.local && source ~/zsh/init.zsh && make deps` -# Adding new things - -1. Go to where this git repo is cloned -2. Create whatever file or folder you would like to add (`touch foo.txt`, etc) -3. Run `deps` to ensure a symlink is created