Skip to content

Instantly share code, notes, and snippets.

@hdemon
Last active October 3, 2015 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hdemon/848d315b117ebfffedb6 to your computer and use it in GitHub Desktop.
Save hdemon/848d315b117ebfffedb6 to your computer and use it in GitHub Desktop.
# 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