-
Rakefile
-
.bashrc
-
.rpmmacros
-
.wgetrc
-
.w3mrc
-
.gnupg/gpg.conf
- Kaoriya version of Vim for Windows
- Fiddler2
- bludwind
- putty
- JSONedit
- SOL4
- HttpWatch
- Firebug
- Wireshark
- Charles Proxy
- 7-Zip
- Handbrake
- nodoka
- R
- TortoiseSVN
- TrueCrypt
- VMware Workstation
- VirtualBox
- COMODO Firewall
- AVAST
- Opera
- Skype
- SFTP Net Drive
- Bullzip
- Audacity
- Audible
- DAEMON Tools Lite
- Frieve Editor
- Graphviz
- MP3Gain
- 95cursor
- Bz
- Cassave
- CraivingExplorer
- DbVisualizer
- FileCaptor
- fs229
- GIMPPortable
- Git
- PDIC
- Rhino
- Subversion
- Terapad
- UnixUtils
- Unison
- VirtualDub
- VobBlanker
- vlc
- WinSCP
- yagrep
- curl
- wget
- tcpview
- Process Explorer
- WinShot
- Becky!
- PhantomJS
- CasperJS
I use Kaoriya version of Vim for better Japanese support on Windows.
\curl -L https://get.rvm.io | bash -s stable --ruby
echo "source /home/hirotake/.rvm/scripts/rvm" >> ~/.bashrc
sudo su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm'
yum install -y libyaml libyaml-devel readline readline-devel
Markdown.pl ~/README.md | w3m -T text/html
function md2w3m { Markdown.pl $1 | w3m -T text/html }
- Git clone
git clone https://github.com/hirotake/homedirectory.git .dotfiles
- Initialize home directory
rake -f .dotfiles/Rakefile init
- Clean up home directory
rake -f .dotfiles/Rakefile init