sudo apt-get update
sudo apt-get install git
sudo locale-gen
sudo dpkg-reconfigure locales
git clone https://gist.github.com/675e0a9251a294537b9c.git dotfiles_setup
cd ./dotfiles_setup
./main.sh --pkg=common --user=srandev install
chsh -s /bin/zsh
git clone https://[email protected]/xemoe/urd_ansible.git
-- ubuntu 16.04 --
sudo ./ubuntu_install_ansible.sh
-- debian --
sudo ./debian_install_ansible.sh
sudo pip2 install -U pyOpenSSL
ansible-playbook -i "localhost," -c local prepare.yml
ansible-playbook -i "localhost," -c local server.yml
ansible-playbook -i "localhost," -c local vendor.yml
sudo aptitude install apache2 libapache2-mod-php7.1 php7.1-bcmath php7.1-xml
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
https://www.linode.com/docs/tools-reference/tools/how-to-install-neovim-and-plugins-with-vim-plug/