- Update all packages
- Install Unity2D
- Install Vim
sudo apt-get install vim
- Change default editor to be Vim
editor-select
- Install Google Chrome http://www.google.com/chrome
- Customize terminal prompt
.bashrc
and.vimrc
- Install LAMP
sudo apt-get install tasksel
- Install PHPMyAdmin
sudo apt-get install phpmyadmin
This file contains 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
$gem install jekyll | |
$jekyll new ichaiwut.me | |
$cd ichaiwut.me | |
$jekyll serve |