Skip to content

Instantly share code, notes, and snippets.

@mrtuvn
Last active January 28, 2019 04:10
Show Gist options
  • Save mrtuvn/135cd167396432ce62350efade246a15 to your computer and use it in GitHub Desktop.
Save mrtuvn/135cd167396432ce62350efade246a15 to your computer and use it in GitHub Desktop.
Commands for start machine from clean setup
sudo apt-get install build-essential gcc make perl dkms git
sudo apt install apt-transport-https ca-certificates curl software-properties-common
sudo /sbin/vboxconfig
#fix for virtualbox + vagrant
sudo apt-get install nfs-common nfs-kernel-server
sudo apt install php7.2 php7.2-common php7.2-cli php7.2-fpm
#Install custom shell
sudo apt-get install powerline fonts-powerline
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
nano .zshrc
change ZSH_THEME="agnoster"
Syntax Highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.zsh-syntax-highlighting" --depth 1
exec /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment