Skip to content

Instantly share code, notes, and snippets.

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"
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

インフラ未経験者がインフラに配属されて #wakateweb

第7回若手Webエンジニア交流会 #wakateweb
catatsuy

エンジニアとしての略歴

#!/bin/bash
set -e
# these should match the names found at http://www.debian.org/releases/
stableSuite='wheezy'
testingSuite='jessie'
unstableSuite='sid'
variant='minbase'