Skip to content

Instantly share code, notes, and snippets.

View lum7671's full-sized avatar
☀️
맑음~ ^.^

Nate Doohyun Jang lum7671

☀️
맑음~ ^.^
View GitHub Profile
@keinajar
keinajar / flux-temp
Last active December 27, 2015 22:19
Sets OS X display temperature using Flux. Requires Flux: http://justgetflux.com/ Inspired by Kelvin: http://apple.stackexchange.com/a/51589/1453 Be sure to check "Custom" as "Lighting at night" preference in Flux.
#!/bin/bash
# Sets OS X display temperature using Flux.
# Requires Flux: http://justgetflux.com/
# Inspired by Kelvin: http://apple.stackexchange.com/a/51589/1453
# Be sure to check "Custom" as "Lighting at night" preference in Flux.
declare l r d n night day
@varunyellina
varunyellina / macos_homebrew_setup.sh
Last active April 24, 2024 10:20
Install Xcode Command Line Tools, use Homebrew to install drivers, tools, apps and fonts on macOS
#!/bin/sh
# Scroll to bottom of this file to comment out sections that you don't need.
# This script exits whenever a particular tool / app / driver installation gives an error.
# Do watch out for apps that need you to open the installer from Homebrew's cache i.e Cellar. Ex: Little Snitch
########################
# Script Functions - Will be called later in the script
########################
@slemeur
slemeur / che-quickstart.sh
Last active April 1, 2017 13:19
che-quickstart.sh
# Start Che with help:
docker run eclipse/che
# Start Che:
docker run -it -v /var/run/docker.sock:/var/run/docker.sock 
 -v <LOCAL-PATH>:/data 
  eclipse/che start