Last active
October 3, 2015 13:13
-
-
Save hdemon/848d315b117ebfffedb6 to your computer and use it in GitHub Desktop.
This file contains 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 basic packages | |
sudo apt-get install / | |
git | |
curl | |
wget | |
vim | |
zsh | |
# Google日本語入力 | |
sudo apt-get install ibus-mozc | |
sudo apt-get remove anthy | |
# ホームに英語名のディレクトリを作る | |
LANG=C xdg-user-dirs-update --force | |
# install flash plugin to Chromium | |
sudo apt-get install pepperflashplugin-nonfree | |
sudo update-pepperflashplugin-nonfree --install | |
# ruby env | |
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv | |
git clone https://github.com/sstephenson/ruby-build.git | |
sudo ./ruby-build/install.sh | |
# vim | |
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh > install.sh | |
sh ./install.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment