From c8dea64ee21c16b35c2a8b4982806984daba3273 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 31 May 2024 14:13:01 -0500 Subject: simplify makefile --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f6b672b..c75ffa1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ Manages dotfiles with stow and make. Make targets: + * `console`: configs for os-independent cli tools * `fedora-packages`: install rpmfusion and fedora packages (standalone, should only need to be run once unless new packages or repos are added) * `fedora`: configs for fedora-specific gui tools (depends on `console`) * `restore`: restore committed versions of files in `stow\` and `sway-de/` -Note: stow is run with the `--adopt` option, which will overwrite files in the -stow directory with the version that would be replaced with a symlink. You can -do a `git diff` to see the differences and if you don't care about them you can -quickly revert to the committed versions with `make restore`. Makefile will do -it's best to abort if there are uncommitted changes in the repo. +Note: Stow is run with the `--adopt` option (see [Invoking +Stow](https://www.gnu.org/software/stow/manual/html_node/Invoking-Stow.html). +You can do a `git diff` to see the differences and if you don't care about them +you can quickly revert to the committed versions with `make restore`. Makefile +will do it's best to abort if there are uncommitted changes in the repo. -- cgit v1.2.3