Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 462 Bytes

File metadata and controls

23 lines (15 loc) · 462 Bytes

dotfiles

Repository for personal dotfiles

Prerequisites

  • gnu-stow (>= v2.4.0)
  • git

These configs are maintained and applied with stow. All configurations are maintained in packages, which are defined in the root-dir. To create a symlink to the corresponding target directory of a package use:

stow [package name]

Delete a symlink

stow -D [package name]

The default cli-options are defined in the .stowrc file.