mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-03 06:42:23 +02:00
9 lines
178 B
Bash
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
|
|
|
|
|