1
0
Fork 0

Add hh favourites to git

This commit is contained in:
Starbeamrainbowlabs 2016-09-12 21:06:45 +01:00
parent 45861c1d78
commit 6f912d86e7
2 changed files with 19 additions and 0 deletions

17
.hh_favorites Normal file
View File

@ -0,0 +1,17 @@
gifsicle -O3 -o /tmp/anim.o.gif /tmp/anim.gif
find . -name "*.png" | xargs -I '{}' -P 4 mogrify -format gif '{}'
gifsicle --loopcount=0 --delay 150 -o /tmp/anim.gif *.gif
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
mogrify -format jpg *.png
openssl pkcs12 -in sbrl@starbeamrainbowlabs.com.pkcs12 -out sbrl@starbeamrainbowlabs.com.pem -nodes
tr '[:upper:]' '[:lower:]'
find . -name "*.jpeg" | xargs -I '{}' -P 4 mogrify -resize 1024x768 '{}'
make peppermint | tail -n2
nautilus $(pwd)
rsync -rtv --progress /media/sbrl/JBS\ SCH /media/sbrl/Data\ Shape1/mirrors/jbs-main
convert -density 200 Howl\'s\ Moving\ Castle\ -\ Merry\ Go\ Round\ Life.pdf /tmp/sheets/Page\ %01d.jpeg
gpg --refresh-keys --keyserver pgp.mit.edu
gpg --send-keys 6B016125 --keyserver pgp.mit.edu
montage -resize 1024x768 -geometry +25+25 -tile 2x2 *.jpg multi/multi.%02d.jpg
repren --from multi --to Myan\ Mask --rename multi/*.jpg
find . -mtime +30

View File

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