Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 569 Bytes

Dotfiles

A personal collection of dotfiles managed using GNU Stow

Requirements

  • fish
  • vim
  • stow
  • python3 on PATH
  • pip3 on PATH

Manual setup

  • First set up submodules: git submodule update --init --recursive
  • Link everything: ./install-all.sh

Explanation

The dotfiles are managed via stow where dotfiles are organised by tool.

  • Install for the first time: stow <FOLDER_NAME>
  • Update symlinks (if new files have been added: stow -R <FOLDER_NAME>)
  • Remove folder: stow -D <FOLDER_NAME>