Skip to content

Instantly share code, notes, and snippets.

@guelau
Created March 10, 2016 08:01
Show Gist options
  • Save guelau/7da3db815885bad9a09b to your computer and use it in GitHub Desktop.
Save guelau/7da3db815885bad9a09b to your computer and use it in GitHub Desktop.
New environment?
#!/bin/bash
mkdir .config && cd .config
git clone https://gist.github.com/5765391.git bashrc
echo -e "\nsource `pwd`/bashrc/bashrc\n" >> ~/.bashrc
cd ..
git clone https://gist.github.com/d2b6ccc2c5bb3dd0fdbc.git vimrc
ln -sf ~/.config/vimrc ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment