Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 578 Bytes

File metadata and controls

47 lines (30 loc) · 578 Bytes

Dotfiles

This repository keeps track of dotfiles managed by GNU Stow.

Usage

Stow Packages

  • To stow all packages:
stow */
  • To stow a specific package, such as bash:
stow bash

Unstow Packages

  • To unstow all packages:
stow --delete */
  • To unstow a specific package, such as bash:
stow --delete bash

Restow Packages

  • To restow all packages:
stow --restow */
  • To restow a specific package, such as bash:
stow --restow bash