diff options
author | Tyler Davis <tyler@gluecode.net> | 2025-01-17 00:49:59 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2025-01-17 00:49:59 +0000 |
commit | b11b689de2169471b12ce342233d774bac2c4607 (patch) | |
tree | aac1977e285a924cec65c17bdd8382a7c9160b56 /.profile | |
parent | 9c36d9a75d1ddff10bf5b2f677e798232f7f9635 (diff) | |
download | dotfiles-b11b689de2169471b12ce342233d774bac2c4607.tar.gz dotfiles-b11b689de2169471b12ce342233d774bac2c4607.zip |
sh: add gluecode origin for dotfiles
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,6 +136,8 @@ fi ## == DOTFILES == # To load files +# git clone --bare ssh://tydavis@git.gluecode.net:/var/www/.gitdata/dotfiles $HOME/.dotfiles +# OR # git clone --bare git@git.sr.ht:~tydavis/dotfiles $HOME/.dotfiles #shorten the git dotfiles management |