Files
mongo-php-driver/scripts/ubuntu/essentials.sh
2014-12-18 18:00:17 -08:00

8 lines
158 B
Bash

# Tools you can't live without
sudo apt-get install -y build-essential git vim
# I can't stand emacs
echo 'set -o vi' | sudo tee /etc/profile.d/vishell.sh