Skip to content

joeyagreco/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

135608f · Mar 2, 2025
Mar 2, 2025
Feb 26, 2025
Feb 25, 2025
Feb 25, 2025
Nov 12, 2024
Oct 18, 2024
Feb 11, 2025
Feb 24, 2025
Oct 21, 2024
Jan 21, 2025
Aug 6, 2024
Oct 26, 2024
Feb 25, 2025
Aug 19, 2024
Dec 14, 2024
Dec 15, 2024
Sep 16, 2024
Sep 12, 2024
Aug 10, 2024

Repository files navigation

Setting up a new computer

  1. Clone this repo
  2. Create a .zshrc.local file in ~
  3. 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"
  1. Install JetBrainsMono Nerd Font from this site
  2. Run make links
  3. Run source ~/.zshrc.local && source ~/zsh/init.zsh && make deps