Skip to content

Instantly share code, notes, and snippets.

View LouSkunt's full-sized avatar
👎

Short Cipher LouSkunt

👎
View GitHub Profile
@LouSkunt
LouSkunt / BlinkTHEME.js
Created July 26, 2020 07:29
Blink Shell Theme
t.prefs_.set('color-palette-overrides',["#232323", "#ff000f", "#8ce10b", "#ffb900", "#008df8", "#6d43a6", "#00d8eb", "#ffffff", "#444444", "#ff2740", "#abe15b", "#ffd242", "#0092ff", "#9a5feb", "#67fff0", "#ffffff"]);
t.prefs_.set('foreground-color', "#00E71F");
t.prefs_.set('background-color', "#0C0D0E");
t.prefs_.set('cursor-color', 'rgba(255,0,24,0.5)');
Mac Network Commands Cheat Sheet
After writing up the presentation for MacSysAdmin in Sweden, I decided to go ahead and throw these into a quick cheat sheet for anyone who’d like to have them all in one place. Good luck out there, and stay salty.
Get an ip address for en0:
ipconfig getifaddr en0
Same thing, but setting and echoing a variable: