Ubuntu12.04 LTSを入れたので,そのメモ

# ubuntu 10.10 以前のgnomeのパネルを復活させる.
$ sudo apt-get install gnome-panel
# mozc
$ sudo apt-get install ibus-mozc mozc-server mozc-utils-gui
# chrome
$ sudo apt-get install google-chrome-stable
# vlc
$ sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
# dropbox
$ sudo apt-get install nautilus-dropbox
# inkscape
$ sudo apt-get install inkscape
# git
$ sudo apt-get install git
$ git config --global user.name "bobuhiro11"
$ git config --global user.email "hogehoge@hoge.com"
$ git clone git@github.com:bobuhiro11/dotfiles.git
# vim
$ sudo apt-get install vim
$ cp dotfiles/.vimrc ~

utf8に対応したplatexのインストール http://ameblo.jp/tgnx8810/entry-11082511522.html