Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 554 Bytes

My personal dotfiles

Requirement

  • GNU stow

Installation

  1. clone this repo to your $HOME and switch to cloned dir:
git -C $HOME clone https://github.com/vokhactri/.dotfiles.git && cd "$(basename "$_" .git)"
  1. use stow to symlink configs to $HOME/.config:
  • to symlink all config dirs
    stow */
    
  • to symlink only one config dir, for example zsh
    stow zsh
    

Credit