Skip to content

rauchrob/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published