@@ -126,8 +126,8 @@ echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
126126# home
127127echo " "
128128echo " = home folder (\" $HOME \" ) stuff ="
129- echo " Interactively copying everything inside the \" eRCaGuy_dotfiles/home\" dir to your home dir"
130- echo " ( \" $ HOME\" ) "
129+ echo " Interactively copying everything inside the \" eRCaGuy_dotfiles/home\" dir to your home dir ( \" $HOME \" ). "
130+ echo " CAUTION: BE CAREFUL HERE *NOT* TO OVERWRITE ANY FILES IN YOUR HOME DIRECTORY THAT YOU DON'T WANT TO! "
131131# For the `cp` dot (folder/.) syntax used here, see:
132132# https://askubuntu.com/questions/86822/how-can-i-copy-the-contents-of-a-folder-to-another-folder-in-a-different-directo/86824#86824
133133cp -ri home/. ~
@@ -167,7 +167,7 @@ echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
167167echo " "
168168echo " = Sublime Text 3 editor ="
169169echo " Copying editor preferences file"
170- echo " The \" .git_editor.sublime-project\" file was previously copied to your home dir above."
170+ echo " Note: the \" .git_editor.sublime-project\" file was previously copied to your home dir above."
171171SUBLIME_SETTINGS_PATH=" $HOME /.config/sublime-text-3/Packages/User/Preferences.sublime-settings"
172172echo " Copying the \" Preferences.sublime-settings\" file to \" $SUBLIME_SETTINGS_PATH \" "
173173cp -i Sublime_Text_editor/Preferences.sublime-settings " $SUBLIME_SETTINGS_PATH "
@@ -181,18 +181,18 @@ cp -ri Templates ~
181181# tmux
182182echo " "
183183echo " = tmux stuff ="
184- echo " The \" .tmux.conf\" file was previously copied to your home dir above"
184+ echo " The \" .tmux.conf\" file was previously copied to your home dir above. "
185185
186186# useful_scripts
187187echo " "
188188echo " = useful_scripts stuff ="
189189echo " Here are the scripts this dir contains:"
190190tree useful_scripts
191- echo " Creating symbolic links for apt-cacher-server_proxy stuff "
191+ echo " Creating symbolic links for apt-cacher-server_proxy script. "
192192ln -si " ${PWD} /useful_scripts/apt-cacher-server_proxy_status.sh" ~ /bin/${CMD_PREFIX} apt-cacher-status
193193ln -si " ${PWD} /useful_scripts/apt-cacher-server_proxy_toggle.sh" ~ /bin/${CMD_PREFIX} apt-cacher-toggle
194- echo " Copying \" open_programming_tools\" script to ~/bin."
195194echo " vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv"
195+ echo " Copying \" open_programming_tools\" script to ~/bin."
196196echo " ***Go there and manually update this script when done!***"
197197echo " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
198198cp -i useful_scripts/open_programming_tools.sh " $OPEN_PROG_TOOLS_PATH "
@@ -203,13 +203,14 @@ echo " Typical usage is 'tmux-session save' and 'tmux-session restore'."
203203echo " Read more here: https://superuser.com/questions/440015/restore-tmux-session-after-reboot/615716#615716"
204204echo " and here: https://github.com/mislav/dotfiles/blob/d2af5900fce38238d1202aa43e7332b20add6205/bin/tmux-session"
205205ln -si " ${PWD} /useful_scripts/tmux-session.sh" ~ /bin/${CMD_PREFIX} tmux-session
206- echo " Copying \" touchpad_toggle\" script to ~bin"
207206echo " vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv"
207+ echo " Copying \" touchpad_toggle\" script to ~bin"
208208echo " ***Go there and manually update this script when done! See the \" USER INPUTS\" section of the script.***"
209209echo " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
210210cp -i useful_scripts/touchpad_toggle.sh ~ /bin/${CMD_PREFIX} touchpad_toggle
211211
212- echo " END."
212+ echo " "
213+ echo " END of \" install_all.sh\" eRCaGuy_dotfiles installation script."
213214
214215
215216
0 commit comments