From b96847707c48283995ac348765380a982107a45b Mon Sep 17 00:00:00 2001 From: James Dixon Date: Tue, 10 May 2022 20:03:49 -0400 Subject: [PATCH] add example to readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d23055..2cbc815 100644 --- a/README.md +++ b/README.md @@ -37,24 +37,30 @@ git clone https://github.com/lemonase/dotfiles.git && cd dotfiles/config ## Using `stow` -### Installing symlinks +### Installing all symlinks ```bash stow -t "$HOME" -S * ``` -### Uninstalling symlinks +### Uninstalling all symlinks ```bash stow -t "$HOME" -D * ``` -### Repairing symlinks +### Repairing all symlinks ```bash stow -t "$HOME" -R * ``` +### Installing specific dotfiles + +```bash +stow -t "$HOME" -S git +``` + If there are no errors, everything in that directory should be symlinked. Check by doing a quick `ls -al ~/`