Skip to content

Instantly share code, notes, and snippets.

@jotebe
jotebe / boxstarter.ps1
Created September 14, 2017 23:50 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
#
# Learn more: http://boxstarter.org/Learn/WebLauncher
#---- TEMPORARY ---
@jotebe
jotebe / crunchbuntu.sh
Created June 28, 2017 04:49 — forked from brianly/crunchbuntu.sh
Install a very basic version of Ubuntu and then make it like CrunchBang (original source: http://crunchbang.org/forums/viewtopic.php?id=36252)
# do mini-install from http://archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/mini.iso
# next do wget http://pastebin.com/raw.php?i=K8AmdciE -O- | tr -d '\r' > install.sh && chmod +x install.sh && ./install.sh
mkdir crunchbuntu && pushd crunchbuntu
# libvala dependency was renamed to vala in trusty, get an older package
wget -c https://launchpad.net/~vala-team/+archive/ubuntu/ppa/+files/libvala-0.10-0_0.10.4-1ubuntu1~lucid1_amd64.deb
sudo dpkg -i libvala-*
# add waldorf repository and install crunchbang packages
i3 Window Manager Cheat Sheet
Alt - Default Op Key (MOD1), Windows Key(MOD4) is other com-
monly used key
Application Functions
Alt-D - open programs using Dmenu
Alt-F - Full screen
Alt-E - Toggle horizontal/vertical split
Alt-S - Stacking mode
Alt-W - Tabbed mode
Alt-Enter - open urxvt terminal