Skip to content

Instantly share code, notes, and snippets.

@mudpile45
Created January 12, 2012 07:06
Show Gist options
  • Save mudpile45/1599142 to your computer and use it in GitHub Desktop.
Save mudpile45/1599142 to your computer and use it in GitHub Desktop.
newMachine
#sudo apt-get install git mc screen
#set up ssh public key authentication
wget -qO - nikvdp.com/publickey >> ~/.ssh/authorized_keys
#Set up vim
rm -rf .vim.old
mv .vim .vim.old 2>&1>/dev/null
mv .vimrc .vimrc.old 2>&1>/dev/null
git clone git://github.com/mudpile45/Vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
#Download bashrc from github
mv .bashrc .bashrc.old 2>&1>/dev/null
wget -qO - https://raw.github.com/gist/1599124/d0e9688316f9a97305cc2cda86ce57174aadeed2/bashrc > ~/.bashrc
mv .profile .profile.old 2>&1>/dev/null
ln -s .bashrc .profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment