Created
January 12, 2012 07:06
-
-
Save mudpile45/1599142 to your computer and use it in GitHub Desktop.
newMachine
This file contains hidden or 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
#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