Skip to content

Instantly share code, notes, and snippets.

@tdkn
Last active December 10, 2015 01:48
Show Gist options
  • Save tdkn/4362839 to your computer and use it in GitHub Desktop.
Save tdkn/4362839 to your computer and use it in GitHub Desktop.
Installing and setup development environment on Ubuntu 12.10
$ LANG=C; xdg-user-dirs-gtk-update
$ sudo apt-get install git
$ git clone https://github.com/tdkn/dotfiles.git ~/dotfiles
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
$ ln -s ~/dotfiles/.gitconfig ~/.gitconfig
$ ln -s ~/dotfiles/.gitignore_global ~/.gitignore_global
$ ln -s ~/dotfiles/.zshrc ~/.zshrc
$ ln -s ~/dotfiles/.zshenv ~/.zshenv
$ ln -s ~/dotfiles/.gvimrc ~/.gvimrc
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
$ sudo apt-get install zsh
$ sudo apt-get install ibus-mozc
$ sudo apt-get install vim-gnome chromium-browser
$ cd ~
$ wget -P ~/Downloads http://dl.google.com/android/adt/adt-bundle-linux-x86.zip
$ mkdir ~/Development && cd ~/Development
$ unzip ~/Donwloads/adt-bundle-linux-x86.zip
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java6-installer
$ sudo apt-get install fontforge
$ mkdir ~/.fonts
$ cd ~/Downloads
$ wget -P ~/.fonts http://levien.com/type/myfonts/Inconsolata.otf
$ wget -O migu-1m-20121030.zip 'http://sourceforge.jp/frs/redir.php?m=osdn&f=%2Fmix-mplus-ipa%2F57240%2Fmigu-1m-20121030.zip'
$ unzip migu-1m-20121030.zip
$ cd migu-1m-20121030
$ cp migu*.ttf ~/.fonts
$ git clone https://github.com/yascentur/Ricty.git
$ cd Ricty
$ sh ricty_generator.sh auto
$ cp -f Ricty*.ttf ~/.fonts/
$ fc-cache -vf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment