
catatsuy
- catatsuy(KANEKO Tatsuya)
| Host github.com | |
| HostName github.com | |
| User git | |
| IdentityFile ~/.ssh/id_rsa.github | |
| TCPKeepAlive yes | |
| IdentitiesOnly yes | |
| Compression yes | |
| Ciphers arcfour256 |
| # display | |
| xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync | |
| xrandr --addmode DP1 "1680x1050_60.00" |
catatsuy
| Host * | |
| PermitLocalCommand yes | |
| LocalCommand tmux rename-window %n |
| describe package('XML_Util') do | |
| it { should be_installed.by('pear').with_version('1.2.1') } | |
| end | |
| describe package('App::Ack') do | |
| it { should be_installed.by('cpan').with_version('2.04') } | |
| end |
| git clone --recursive git://github.com/catatsuy/dotfiles.git ~/dotfiles | |
| (cd ~/dotfiles && make) | |
| git clone --recursive git://github.com/catatsuy/dot.zsh.git ~/.zsh |
| curl -L https://gist.github.com/catatsuy/8193224/raw/quick.sh | bash |
| #!/bin/bash | |
| set -e | |
| # these should match the names found at http://www.debian.org/releases/ | |
| stableSuite='wheezy' | |
| testingSuite='jessie' | |
| unstableSuite='sid' | |
| variant='minbase' |