1
0
Fork 0

Update cloudcatcher

This commit is contained in:
Starbeamrainbowlabs 2018-01-06 19:43:55 +00:00
parent fb6bf89469
commit 6a369c0e92
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 10 additions and 1 deletions

7
.bash_profile Normal file
View File

@ -0,0 +1,7 @@
# ~/.bash_profile: executed by bash(1) for login shells.
if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then
$HOME/bin/cloudcatcher/cloudcatcher.sh >/dev/shm/cloudcatcher-banner.txt;
fi
cat /dev/shm/cloudcatcher-banner.txt;

@ -1 +1 @@
Subproject commit 6c68107e5a6f43ad155436bbadac22bdf4d524ff
Subproject commit 71b376b1b46964e407b444493713d60565ab4678

View File

@ -4,11 +4,13 @@ BIN_DIR=$(pwd)
# Backup the existing bashrc and bash aliases
mv ~/.bashrc ~/.bashrc.bak
mv ~/.bash_aliases ~/.bash_aliases.bak
mv ~/.bash_profile ~/.bash_profile.bak
mv ~/.hh_favourites ~/.hh_favourites.bak
mv ~/.nanorc ~/.nanorc.bak
# Link to the new ones
ln -s ${BIN_DIR}/.bashrc ~/.bashrc
ln -s ${BIN_DIR}/.bash_aliases ~/.bash_aliases
ln -s ${BIN_DIR}/.bash_profile ~/.bash_profile
ln -s ${BIN_DIR}/.hh_favorites ~/.hh_favorites
ln -s ${BIN_DIR}/.nanorc ~/.nanorc
# Copy the bash host file into place