Skip to content

mattchs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Managing Dotfiles using GNU stow

How stow works

Given /path/to/., stow . will symlink . to $env.HOME. e.g. if pwd is /home/dash/dotfiles and we do stow . then /home/dash/dotfiles/.config will be symlinked to $env.HOME/.config.

Use .stow-local-ignore to ignore files and directories.

Use this repo

  1. Install stow
  2. Clone this repo to $env.HOME
  3. cd $"($env.HOME)/dotfiles"; stow .

About

my workstation setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors