Skip to content

Instantly share code, notes, and snippets.

@resuscv
Created February 22, 2013 09:15
Show Gist options
  • Save resuscv/5011976 to your computer and use it in GitHub Desktop.
Save resuscv/5011976 to your computer and use it in GitHub Desktop.
How to set up my home directory on a new machine using vcsh and mr

Setting up my home directory on a new machine

Install vcsh and mr

mkdir ~/bin
export PATH=$HOME/bin:$PATH
SW=~/software/git
mkdir -p ${SW}
cd !$

Clone mr and make it available

git clone git://git.kitenet.net/mr
ln -s ${SW}/mr/mr ~/bin

Clone vcsh and make it available

git clone https://github.com/RichiH/vcsh.git
ln -s ${SW}/vcsh/vcsh ~/bin

Install oh-my-zsh

git clone git://github.com/robbyrussell/oh-my-zsh.git
ln -s ${SW}/oh-my-zsh ~/.oh-my-zsh

vcsh my homedir

vcsh clone https://github.com/resuscv/vcsh-mr-setup.git mr
# Update the wanted repos
cd ~/.config/mr/config.d/
# i.e.   ln -s ../available.d/tmux.vcsh
cd
mr up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment