commit 9cc8f3307056b9eac8c9f733f20f1372812f81ce parent 136dc3390256b1078ed8fe5af25a03b78e173dc4 Author: Benjamin Paul <bpaul@bpaul.xyz> Date: Mon, 21 Feb 2022 15:59:54 +1000 README.md Diffstat:
A | README.md | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,20 @@ +# Dotfiles! + +Dotfiles are managed with stow + +To install one module do + +``` +stow [module name] +``` +if this repository is in your home folder (`~/dotfiles` or something), else do + +``` +stow -t ~/ +``` + +These dotfiles assume you use `~/.config` for your config mostly and not something else set with `$XDG_CONFIG_HOME`. + + + +(Pretend there are screenshots here)