Skip to content

Instantly share code, notes, and snippets.

View dynnamitt's full-sized avatar
:atom:
yolo

Kjetil Midtlie dynnamitt

:atom:
yolo
  • Norway
View GitHub Profile
@dynnamitt
dynnamitt / JustWorks{4Me}Linux
Last active December 31, 2015 02:59
JustWorks{4Me}Linux
#!/bin/bash
# JustWorks{4Me}Linux --- version 0.0.1a
# each section is prepped for copy and paste
# mount /arch (freshly formatted)
# set some ENVs
# find you mirror here: https://www.archlinux.org/mirrorlist/
@dynnamitt
dynnamitt / nice-git-log
Created October 30, 2012 09:02
nice git log
git log -25 --no-merges --pretty=format:"%h - %an, %ar : %s"
@dynnamitt
dynnamitt / home-status
Created October 23, 2012 17:58
Home folder overview
cd; du -hd1 | sort -h
@dynnamitt
dynnamitt / gui-mergetool
Created October 23, 2012 08:37
GUI mergetool setup
sudo aptitude install meld; git config --global merge.tool meld