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