Skip to content

Instantly share code, notes, and snippets.

View coddeys's full-sized avatar

Dimas coddeys

  • Capelle aan den IJssel
View GitHub Profile
@coddeys
coddeys / .Xdefaults
Last active August 29, 2015 14:08 — forked from yevgenko/.Xdefaults
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
@coddeys
coddeys / bootstrap.sh
Last active August 29, 2015 14:05 — forked from Wallsays/bootstrap.sh
#!/usr/bin/env bash
apt-get -y update
# Install dependencies
sudo apt-get -y install build-essential zlib1g-dev libssl-dev libreadline-dev libyaml-dev libcurl4-openssl-dev curl
# Install Ruby 2.1.2 from source
wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-2.1.2.tar.gz
tar -xvzf ruby-2.1.2.tar.gz
cd ruby-2.1.2/
./configure --prefix=/usr/local
! urxvt
URxvt*buffered: true
URxvt*cursorBlink: true
URxvt*underlineColor: yellow
URxvt*font: xft:inconsolata:size=10:antialias=true
URxvt*depth: 32
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*loginShell: true
Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen