Skip to content

Instantly share code, notes, and snippets.

View ilaif's full-sized avatar
🎯
Focusing

Ilai Fallach ilaif

🎯
Focusing
View GitHub Profile
@ilaif
ilaif / macos_bootstrap.sh
Last active November 12, 2018 15:56 — forked from nopcoder/macos_bootstrap.sh
Mac OS Bootstrap script to setup common developer tools and settings
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new macOS machine
#
# Based on https://gist.github.com/codeinthehole/26b37efa67041e1307db
#
echo "##############################"
echo "#Welcome to MAC bootstrapper!#"
echo "##############################"
// Restify Server CheatSheet.
// More about the API: http://mcavage.me/node-restify/#server-api
// Install restify with npm install restify
// 1.1. Creating a Server.
// http://mcavage.me/node-restify/#Creating-a-Server
var restify = require('restify');
#!/bin/bash
#
# (1) copy to: ~/bin/ssh-host-color
# (2) set: alias ssh=~/bin/ssh-host-color
#
# Inspired from http://talkfast.org/2011/01/10/ssh-host-color
# Fork from https://gist.github.com/773849
#
set_term_bgcolor(){