Skip to content

Instantly share code, notes, and snippets.

View lancewf's full-sized avatar
🏠
Working from home

Lance Finfrock lancewf

🏠
Working from home
View GitHub Profile
@lancewf
lancewf / hab_helpers.sh
Last active June 4, 2020 17:21
hab_helpers
# This removes the visual mode when select text with the mouse in vim.
echo "set mouse-=a" >> ~/.vimrc
function auto_run ()
{
[[ "$WATCH" == "" ]] && WATCH="./";
install_if_missing core/inotify-tools inotifywait;
echo "watching folder: $WATCH"
green "##################################################"
green "############### First time running ###############";