Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 578 Bytes

kurage's dotfiles

Prerequisites test

Instrcutions

  1. Clone this repository:

     $ cd \
         && git clone [email protected]:ohashih/dotfiles.git \
         && cd dotfiles
    
  2. Select and place dotfiles

     $ stow -v git \
         && stow -v zsh \
         && stow -v tmux \
         && stow -v vim
    
  3. If you want to remove the symlinks, just use the -D arguement:

     $ stow -vD git \
         && stow -vD zsh \
         && stow -vD tmux \
         && stow -vD vim