This commit is contained in:
Meutel 2024-06-20 11:30:35 +02:00
parent 0997a5dd4e
commit 29f112549c

View File

@ -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`: