Created
March 10, 2016 08:01
-
-
Save guelau/7da3db815885bad9a09b to your computer and use it in GitHub Desktop.
New environment?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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