We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9c823 commit 3951055Copy full SHA for 3951055
scripts/freebsd/essentials.sh
@@ -0,0 +1,13 @@
1
+# Update ports
2
+sudo portsnap fetch extract
3
+
4
+# Minimum required PHP install + pecl
5
+sudo pkg install pcre php56 php56-openssl php56-json pear autoconf cyrus-sasl
6
7
+# We need vim. git requires curl. mongoc requires libtool and automake
8
+sudo pkg install vim git curl libtool automake
9
10
+# I can't stand emacs
11
+echo 'set -o vi' | sudo tee /etc/profile.d/vishell.sh
12
13
0 commit comments