jonahoffline / shell_stuff

A growing collection of shell scripts and dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Stuff

A growing collection of dotfiles and shell scripts I've developed over time to make my life easier.

Script list

$ tree . | sprunge
http://sprunge.us/hOEQ
  • flush_dns - Flushes DNS Cache in OS X (works on 10.4 to 10.9)
  • jsc - executes the JavaScript Core Console hidden deep in OS X
  • word_search - search for words in OS X dictionary file.
  • spambitch - Send SMS by e-mail. Spam all your friends :)
  • npm-run - Run bin files for locally installed npm packages
  • redisd - starts your Redis Server instance with configuration file
  • shrinkpdf - Shrinks a pdf file (uses ghostscript)
  • belkinNrouter-pass-enum - Gets the admin password for Belkin N Routers
  • jira - Jira Server startup script
  • glassfish - Glassfish Server startup script

Dotfiles

.
├── .bash_profile
├── .bashrc
├── .git-completion.bash
├── .gitconfig
├── .gitignore_global
├── .gitk
├── .irbrc
├── .pryrc
├── .tmux.conf
├── .zprofile
└── .zshrc

Author

Bitdeli Badge

About

A growing collection of shell scripts and dotfiles.

License:MIT License


Languages

Language:Shell 95.8%Language:Ruby 4.2%