Update 'clone_dotfiles.sh'
This commit is contained in:
parent
9dc1198dba
commit
efc982e711
|
@ -1,4 +1,13 @@
|
|||
cd
|
||||
rm -rf .git
|
||||
printf "\033[32m%s\033[m" "Backing up current dotfiles"
|
||||
printf "\033[33m%s\033[m" ".bashrc -> .bashrc.old"
|
||||
cp .bashrc .bashrc.old
|
||||
printf "\033[33m%s\033[m" ".profile -> .profile.old"
|
||||
cp .profile .profile.old
|
||||
printf "\033[33m%s\033[m" ".inputrc -> .inputrc.old"
|
||||
cp .inputrc .inputrc.old
|
||||
printf "\033[33m%s\033[m" ".inputrc -> .inputrc.old"
|
||||
git init
|
||||
git remote add origin https://git.timo.one/tosu/dotfilestosu
|
||||
git fetch
|
||||
|
|
Loading…
Reference in New Issue