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 # alias zshconfig="mate ~/.zshrc" 101 # alias ohmyzsh="mate ~/.oh-my-zsh" 102 103 export NVM_DIR="$HOME/.nvm" 104 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 105 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion ··· 115 export SSH_AUTH_SOCK=~/.1password/agent.sock 116 117 export FLYCTL_INSTALL="/home/biscuitech/.fly" 118 - export PATH="$FLYCTL_INSTALL/bin:$PATH"
··· 100 # alias zshconfig="mate ~/.zshrc" 101 # alias ohmyzsh="mate ~/.oh-my-zsh" 102 103 + alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' 104 + 105 export NVM_DIR="$HOME/.nvm" 106 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 107 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion ··· 117 export SSH_AUTH_SOCK=~/.1password/agent.sock 118 119 export FLYCTL_INSTALL="/home/biscuitech/.fly" 120 + export PATH="$FLYCTL_INSTALL/bin:$PATH"