#!/bin/bash wget -O ~/.bashrc http://www.marcintology.com/utils/bashrc wget -O ~/.vimrc http://www.marcintology.com/utils/vimrc mkdir -p ~/.vim/colors wget -O ~/.vim/colors/greens.vim http://www.vim.org/scripts/download_script.php?src_id=6687 wget -O ~/.screenrc http://www.marcintology.com/utils/screenrc wget -O ~/.gitconfig http://www.marcintology.com/utils/gitconfig source ~/.bashrc