From adf86df4470533fd82991d32cb1f88737f7a7886 Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 20 Jun 2024 11:30:35 +0200 Subject: [PATCH] Update README for GNU/stow --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12227e9..7b8f274 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ dotfiles ==== -Collection of dotfiles, use with [dotfile-manager](https://github.com/seanh/dotfilemanager). Example, with repo clones in ~/sources/ +Collection of dotfiles, use with [GNU Stow](https://www.gnu.org/software/stow/), Example: https://venthur.de/2021-12-19-managing-dotfiles-with-stow.html - dotfile-manager link ~ ~/sources/dotfiles - dotfile-manager link ~/.config ~/sources/dotfiles/_config - dotfile-manager link ~/.vim ~/sources/dotfiles/_vim +Configuration related to each software are in a dedicated directory, to update all symlinks, run: + + stow --target=$HOME */ For vim, clone plugins in folder `_vim/bundle`: