Skip to content

Instantly share code, notes, and snippets.

@tdkn
Last active December 18, 2015 16:29
Show Gist options
  • Save tdkn/5811757 to your computer and use it in GitHub Desktop.
Save tdkn/5811757 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 LTS setting
# Home directory language setting : Japanese -> English
LANG=C; xdg-user-dirs-gtk-update
# useful app installation
sudo apt-get install aptitude
sudo aptitude install zsh vim-gnome ibus-mozc git
# git config
git config --global http.proxy proxy.addr.example:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment