Skip to content

Instantly share code, notes, and snippets.

View Artemu's full-sized avatar

Kyle Lindeque Artemu

View GitHub Profile
@Artemu
Artemu / homestead_extras.sh
Created March 10, 2017 13:41 — forked from rufhausen/homestead_extras.sh
My script for adding some "extras" (LDAP, Oracle, MSSQL, Oh-My-Zsh, etc.) to a Laravel Homestead Vagrant VM.
#!/bin/bash
apt-get update
#Additional Packages
apt-get install -y cifs-utils winbind smbclient bindfs gvfs gvfs-bin keyutils unzip php5-ldap php5-mssql zsh
wget --no-check-certificate http://install.ohmyz.sh -O - | sh
chsh vagrant -s /bin/zsh