Skip to content

Instantly share code, notes, and snippets.

@lsauvaget
Created July 11, 2015 18:37
Show Gist options
  • Save lsauvaget/0f08683f4cdfe1c9599e to your computer and use it in GitHub Desktop.
Save lsauvaget/0f08683f4cdfe1c9599e to your computer and use it in GitHub Desktop.
install vps
#!/bin/bash
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoclean -y
apt-get install vim-nox git tmux curl
cd ~
git clone https://github.com/yatmak/vimconfig
mv vimconfig .vim
mv .vim/.vimrc.copy .vimrc
curl -L -Ss https://gist.githubusercontent.com/pmartin/1b35fc2214b9cac8f205/raw/efaa7bbfabc85c2e3c2ca6bd8d678d9765e30d0c/.tmux.conf > ~/.tmux.conf
curl -L -Ss https://gist.githubusercontent.com/yatmak/976b6bbaa4819ba950ae/raw/2723e407445b1fd284ef4251e522df44000681b9/gistfile1.txt > ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment