-
-
Save obfusk/4639443 to your computer and use it in GitHub Desktop.
sodium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bluez | |
mouseemu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== ??? === | |
haskell-platform | |
leiningen | |
ocaml-batteries-included | |
racket | |
scala | |
giggle | |
git-gui | |
gitg | |
gstreamer0.10-ffmpeg | |
markdown | |
pdftk | |
perl-doc | |
psutils | |
id3v2 | |
libtag1-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
screen -c ~/.screenrc_ "$@" | |
# -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install: --no-rdoc --no-ri | |
update: --no-rdoc --no-ri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix = ~/.node | |
unicode = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keycode 94 = grave asciitilde |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
git config --global color.ui true | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment