Files
mongo-php-driver/scripts/ubuntu/essentials.sh
2015-03-12 19:47:21 -04:00

9 lines
178 B
Bash

# Tools you can't live without
sudo apt-get update
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