Default repo as https.
This commit is contained in:
parent
afd719e177
commit
54862aad75
1 changed files with 2 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue