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
-
echo $USER
2
-
3
-
stow -R */
···
0
0
0
-1
source.txt
···
1
-
test
···
0
+3
-1
zshrc/.zshrc
···
100
# alias zshconfig="mate ~/.zshrc"
101
# alias ohmyzsh="mate ~/.oh-my-zsh"
102
0
0
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"