Skip to content

Commit bcb0876

Browse files
Add more echo prints to install_all.sh for clarity
1 parent 9fc5eb3 commit bcb0876

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

install_all.sh

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
126126
# home
127127
echo ""
128128
echo "= 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
133133
cp -ri home/. ~
@@ -167,7 +167,7 @@ echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
167167
echo ""
168168
echo "= Sublime Text 3 editor ="
169169
echo "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."
171171
SUBLIME_SETTINGS_PATH="$HOME/.config/sublime-text-3/Packages/User/Preferences.sublime-settings"
172172
echo "Copying the \"Preferences.sublime-settings\" file to \"$SUBLIME_SETTINGS_PATH\""
173173
cp -i Sublime_Text_editor/Preferences.sublime-settings "$SUBLIME_SETTINGS_PATH"
@@ -181,18 +181,18 @@ cp -ri Templates ~
181181
# tmux
182182
echo ""
183183
echo "= 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
187187
echo ""
188188
echo "= useful_scripts stuff ="
189189
echo "Here are the scripts this dir contains:"
190190
tree useful_scripts
191-
echo "Creating symbolic links for apt-cacher-server_proxy stuff"
191+
echo "Creating symbolic links for apt-cacher-server_proxy script."
192192
ln -si "${PWD}/useful_scripts/apt-cacher-server_proxy_status.sh" ~/bin/${CMD_PREFIX}apt-cacher-status
193193
ln -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."
195194
echo "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv"
195+
echo "Copying \"open_programming_tools\" script to ~/bin."
196196
echo "***Go there and manually update this script when done!***"
197197
echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
198198
cp -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'."
203203
echo " Read more here: https://superuser.com/questions/440015/restore-tmux-session-after-reboot/615716#615716"
204204
echo " and here: https://github.com/mislav/dotfiles/blob/d2af5900fce38238d1202aa43e7332b20add6205/bin/tmux-session"
205205
ln -si "${PWD}/useful_scripts/tmux-session.sh" ~/bin/${CMD_PREFIX}tmux-session
206-
echo "Copying \"touchpad_toggle\" script to ~bin"
207206
echo "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv"
207+
echo "Copying \"touchpad_toggle\" script to ~bin"
208208
echo "***Go there and manually update this script when done! See the \"USER INPUTS\" section of the script.***"
209209
echo "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
210210
cp -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

Comments
 (0)