tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
wip
biscui.tech
2 years ago
d17cb1a7
16261d7f
+3
-5
3 changed files
expand all
collapse all
unified
split
backup
install.sh
source.txt
zshrc
.zshrc
-3
backup/install.sh
···
1
1
-
echo $USER
2
2
-
3
3
-
stow -R */
-1
source.txt
···
1
1
-
test
+3
-1
zshrc/.zshrc
···
100
100
# alias zshconfig="mate ~/.zshrc"
101
101
# alias ohmyzsh="mate ~/.oh-my-zsh"
102
102
103
103
+
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
104
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
118
-
export PATH="$FLYCTL_INSTALL/bin:$PATH"
120
120
+
export PATH="$FLYCTL_INSTALL/bin:$PATH"