Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Dec 15, 2024
1 parent 611e85d commit 1b8caca
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b8caca

Please sign in to comment.