this repo has no description

wip

+3 -5
-3
backup/install.sh
··· 1 - echo $USER 2 - 3 - stow -R */
-1
source.txt
··· 1 - test
+3 -1
zshrc/.zshrc
··· 100 100 # alias zshconfig="mate ~/.zshrc" 101 101 # alias ohmyzsh="mate ~/.oh-my-zsh" 102 102 103 + alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' 104 + 103 105 export NVM_DIR="$HOME/.nvm" 104 106 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 105 107 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion ··· 115 117 export SSH_AUTH_SOCK=~/.1password/agent.sock 116 118 117 119 export FLYCTL_INSTALL="/home/biscuitech/.fly" 118 - export PATH="$FLYCTL_INSTALL/bin:$PATH" 120 + export PATH="$FLYCTL_INSTALL/bin:$PATH"