mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add hh favourites to git
This commit is contained in:
parent
45861c1d78
commit
6f912d86e7
2 changed files with 19 additions and 0 deletions
17
.hh_favorites
Normal file
17
.hh_favorites
Normal 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
|
2
envsetup
2
envsetup
|
@ -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 ~
|
||||
|
||||
|
|
Loading…
Reference in a new issue