diff --git a/install.sh b/install.sh index 1ae966dd..6ccd2795 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,12 @@ #!/bin/bash -# This script "installs" files in this gist. -# WARNING: This will overwrite your .bashrc, .bash_aliases and .bash_profile !!!!!! -# NOTICE: For this script to work, you must cd to folder where this script is. +# This script "installs" files in this gist. This script is created by Mika Suomalainen (Mkaysi). +# WARNING: This will overwrite your .bashrc, .bash_aliases and .bash_profile ! +# NOTICE: For this script to work, you must cd to folder where this script is and run ./install.sh +# +# WARNING: USE THIS SCRIPT WITH YOUR OWN RESPONSIBLITY. AUTHOR OF THIS SCRIPT IS NOT RESPONSIBLE +# OF ANY HARMS WHICH MIGHT BE CAUSED BY THIS SCRIPT. NOTICE THAT AS SAID BEFORE, THIS WILL +# OVERWRITE YOUR CURRENT .bashrc, .bash_aliases AND .bash_profile ! YOU HAVE BEEN WARNED! +# echo "Installing bash_aliases." cat bash_aliases > ~/.bash_aliases echo "bash_aliases installed."