The installation procedure assumes git
, tmux
and vim
to be installed.
To install my dotfiles in the current users home, simply run
git clone [email protected]:rauchrob/dotfiles.git
./dotfiles/install
The installer is custom made. Run ./install -h
for more available options.
Oh-My-Zsh has been added as via git subtree
as follows:
git remote add oh-my-zsh https://github.com/ohmyzsh/ohmyzsh
git subtree add --prefix=zsh/oh-my-zsh oh-my-zsh master --squash
For updating to the latest version, use the followig command:
git subtree pull --prefix=zsh/oh-my-zsh oh-my-zsh master --squash