A fresh install for my laptop, with some Desktop tools ans all the rails/ruby stuff I need.
- Enable canonical partners in synaptic package manager
- Unmap main menu from super key (for rubymine + gnome-do)
sudo apt-get install compizconfig-settings-manager
open compiz application and rebind unity laucher @ “ubuntu unity plugin” - Java sudo apt-get install sun-java6-jre && sudo apt-get remove openjdk-6-jre
- Git: sudo apt-get install git-core git-svn
- System wide RVM
sudo su bash <<(curl -s https://rvm.beginrescueend.com/install/rvm) apt-get install zlib1g-dev libssl-dev libreadline5-dev rvm install 1.9.2 rvm 1.9.2
add rvm script to your .bashrc and to /root/.bashrc
set defaults via rvm use xxx –default
Re-login (or you get permisson denied on gem install).
rvmsudo xxx to use gems as sudo. - Ruco gem install ruco
- copy important dotfiles + firefox history/forms/… database from .mozilla
- dotfiles
- Multi-clipboard: sudo apt-get install glipper (available after restart)
- Skype + add skype to startup
- Application laucher: sudo apt-get install gnome-do + enable skype plugin
- Rubymine+ choose “meta is mapped to left win” in advanced keyboard layout options
fix multi-clipboard issues:
echo ‘idea.use.alt.clipboard.sync=true’ >> /opt/rubymine/bin/idea.properties - Mysql:
sudo apt-get install mysql-server mysql-client libmysql-ruby libmysqlclient-dev
sudo aa-complain /usr/sbin/mysqld # fix apparmor denied bug - Redis: sudo apt-get install redis-server
- Memcached: sudo apt-get install memcached
- ImageMagic: sudo apt-get install imagemagick libmagick9-dev
- Arial/Verdana etc fonts: sudo apt-get install msttcorefonts
- VirtualBox
- Nginx + Passenger
- Restrcited codes etc: sudo apt-get install ubuntu-restricted-extras
- Set a shortcut for clear+reset in terminal, so the history gets removed on keypress