Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active December 11, 2015 18:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/4639443 to your computer and use it in GitHub Desktop.
Save obfusk/4639443 to your computer and use it in GitHub Desktop.
sodium
build-essential
byobu
curl
geeqie
git
gnome-games
grc
gstreamer0.10-fluendo-mp3
htop
inkscape
libdvdcss2
libxss1
lm-sensors
npm
ruby1.9.1-full
tree
vim
vlc
vrms
xclip
bluez
mouseemu
=== ??? ===
haskell-platform
leiningen
ocaml-batteries-included
racket
scala
giggle
git-gui
gitg
gstreamer0.10-ffmpeg
markdown
pdftk
perl-doc
psutils
id3v2
libtag1-dev
#!/bin/bash
screen -c ~/.screenrc_ "$@"
# --
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
prefix = ~/.node
unicode = false
keycode 94 = grave asciitilde
fn keys
https://help.ubuntu.com/community/AppleKeyboard
terminal
80x40, black on white
firefox
prefs; noscript + prefs, vimperator; g, wp
system settings
keyboard layout
disable caps lock; compose is right alt
keyboard
close window w/ Super+Y
touchpad
no click, two-finger, horizontal
...
update-manager
never check
~/opt/bin
mgit -> ../src/mgit/mgit
chromium -> ../pkg/chromium/chrome-wrapper
~/opt/src
https://github.com/obfusk/dev-misc.git
https://github.com/obfusk/mgit.git
https://github.com/obfusk/sh-config.git
chromium
http://download-chromium.appspot.com/
-> ~/opt/pkg/chromium
http://upload.wikimedia.org/wikipedia/commons/5/5f/Chromium_11_Logo.svg
-> ~/opt/pkg/chromium.svg
$ aptitude install libxss1
... mv, edit chromium.desktop ...
$ ln -s ~/opt/pkg/chromium.desktop \
~/.local/share/applications/chromium-devel.desktop
prefs
...
byobu-select-backend # screen
byobu-ctrl-a # screen
echo 'defutf8 off' >> ~/.screenrc
git config --global user.name "Felix C. Stegerman"
git config --global user.email flx@obfusk.net
git config --global color.ui true
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment