Update 'clone_dotfiles.sh'
This commit is contained in:
parent
928c0ec4ce
commit
34dbdda7ac
|
@ -8,7 +8,7 @@ printf "\033[35m%s\033[m\n" ".profile -> .profile.OLDDOTFILE"
|
||||||
cp .profile .profile.OLDDOTFILE
|
cp .profile .profile.OLDDOTFILE
|
||||||
printf "\033[35m%s\033[m\n" ".inputrc -> .inputrc.OLDDOTFILE"
|
printf "\033[35m%s\033[m\n" ".inputrc -> .inputrc.OLDDOTFILE"
|
||||||
cp .inputrc .inputrc.OLDDOTFILE
|
cp .inputrc .inputrc.OLDDOTFILE
|
||||||
printf "\033[32m%s\033[m\n" "Remove old dotfiles with `shopt -s dotglob; rm -rf *.OLDDOTFILE'"
|
printf "\033[32m%s\033[m\n" "Remove old dotfiles with 'shopt -s dotglob; rm -rf *.OLDDOTFILE'"
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue