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