From 3df589aa46bf8867b4be0963be2b61f04df76f90 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 12 Jul 2023 01:11:18 -0400 Subject: [PATCH] move readme to project root; don't do `stow *` --- .github/README.md => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/README.md => README.md (75%) diff --git a/.github/README.md b/README.md similarity index 75% rename from .github/README.md rename to README.md index 0b46adc..0583fe0 100644 --- a/.github/README.md +++ b/README.md @@ -6,7 +6,7 @@ too many dotfiles Use [GNU Stow](https://www.gnu.org/software/stow/) (`apt install stow`, etc.). The repo has a `.stowrc` which should target your home directory as the installation directory, but in some cases the `~` may not be evaluated and you'll have to specify `--target="$HOME"`. -If you're using a shell that does match patterns where `*` doesn't match dotfiles by default (bash, zsh) you can just `cd` into this repo and `stow *` to install everything. You may also want to use `*~kde` (using the `~` exclude token) if you want the dotfiles for all the CLI tools but not my desktop environment shit. Or you can just list the shit you want. +Install the essentials with `stow zsh vim git`. ## Notes