Skip to content

Instantly share code, notes, and snippets.

@thestonefox
Last active August 29, 2015 14:05
Show Gist options
  • Save thestonefox/f07f20873aaed9c11b44 to your computer and use it in GitHub Desktop.
Save thestonefox/f07f20873aaed9c11b44 to your computer and use it in GitHub Desktop.
Base Environment Setup
#!/bin/bash
echo "Moving to home directory"
cd ~/
echo "Setting up git defaults"
git clone https://github.com/thestonefox/git-config.git
ln -s git-config/.gitconfig ~/.gitconfig
ln -s git-ignore/.gitignore ~/.gitignore
git-config/helpers.sh
source ~/.bashrc
echo "Setting up vim defaults"
git clone https://github.com/thestonefox/vim-config.git
ln -s vim-config/.vim/ ~/.vim
ln -s vim-config/.vimrc ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment