Skip to content

yanghaoxie/dotfiles

Repository files navigation

My dotfiles

This is a collection of dotfiles I use daily.

They are managed with GNU Stow.

Usage

  • Install Stow

On Archlinux systems:

sudo pacman -S stow
  • Checkout this repo in your $HOME
git clone https://github.com/yanghaoxie/dotfiles.git
  • Symlink modules

For example, if you want to use my i3 dotfiles:

cd dotfiles
stow i3

And that is all. Stow will take care of symlinking the files to your $HOME.

Author