Last active
December 18, 2015 16:29
-
-
Save tdkn/5811757 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 LTS setting
This file contains hidden or 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
# 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