Skip to content

Instantly share code, notes, and snippets.

View lenepags's full-sized avatar

Lene lenepags

View GitHub Profile
@lenepags
lenepags / osx_bootstrap.sh
Last active December 29, 2020 21:46 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)
@lenepags
lenepags / SassMeister-input.scss
Created September 10, 2015 19:18
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$primaryColor: #eeffcc;
body {
background: $primaryColor;
}