Update 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-01-31 12:41:05 +01:00
parent 4638d92453
commit 00b95f2ab3
1 changed files with 3 additions and 0 deletions

View File

@ -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