The Wayback Machine - https://web.archive.org/web/20210121012948/https://github.com/willprice/dotfiles
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fzf
 
 
 
 
 
 
 
 
 
 
mpd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
top
 
 
vim
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dotfiles

A personal collection of dotfiles managed using GNU Stow

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>
You can’t perform that action at this time.