Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 713 Bytes

dotfiles

Setting up a new computer

  1. Clone this repo
  2. Create a .zshrc.local file in the root dir to keep local config
  3. 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"
  1. Install Hack Nerd Font from this site
  2. 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