Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 771 Bytes

Requirements

The installation procedure assumes git, tmux and vim to be installed.

Installing

To install my dotfiles in the current users home, simply run

    git clone git@github.com:rauchrob/dotfiles.git
    ./dotfiles/install

The installer is custom made. Run ./install -h for more available options.

Updating Oh-My-ZSH

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