Update 'clone_dotfiles.sh'
This commit is contained in:
parent
4638d92453
commit
00b95f2ab3
|
@ -7,6 +7,9 @@ printf "\033[35m%s\033[m\n" ".profile -> .profile.old"
|
|||
cp .profile .profile.old
|
||||
printf "\033[35m%s\033[m\n" ".inputrc -> .inputrc.old"
|
||||
cp .inputrc .inputrc.old
|
||||
|
||||
sleep 1
|
||||
|
||||
git init
|
||||
git remote add origin https://git.timo.one/tosu/dotfilestosu
|
||||
git fetch
|
||||
|
|
Loading…
Reference in New Issue