Skip to content

Instantly share code, notes, and snippets.

View nullbio's full-sized avatar
🏠
Working from home

Patrick O'Brien nullbio

🏠
Working from home
View GitHub Profile
@nullbio
nullbio / go upgrade
Last active September 13, 2016 04:41
function install-go --argument v
if test -z $v
echo "Must supply a version"
return 1
end
if not wget https://storage.googleapis.com/golang/go{$v}.linux-amd64.tar.gz
echo "Failed to download"
return 1
end
set $mod Mod1
##############################################################################
# tiling & workspace #
##############################################################################
floating_modifier $mod
# change focus
bindsym $mod+h focus left