Default repo as https.
This commit is contained in:
parent
afd719e177
commit
54862aad75
@ -4,13 +4,8 @@
|
||||
rm -rf ~/.bash* ~/.profile
|
||||
rm -rf ~/.dotfiles
|
||||
|
||||
# repos
|
||||
if [ `whoami` = "f" ]; then
|
||||
path="git@bitbucket.org:ftpd/dotfiles.git"
|
||||
else
|
||||
path="https://bitbucket.org/ftpd/dotfiles.git"
|
||||
fi
|
||||
git clone $path ~/.dotfiles
|
||||
# repo
|
||||
git clone https://bitbucket.org/ftpd/dotfiles.git ~/.dotfiles
|
||||
|
||||
## vim
|
||||
# cleaning
|
||||
|
Loading…
Reference in New Issue
Block a user