From 845777e91c8e4155dd159ee5210e6289759bcbd2 Mon Sep 17 00:00:00 2001 From: xesc Date: Tue, 25 Feb 2025 13:46:08 +0100 Subject: [PATCH] fix spelling in makefile --- makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 50ce9f1..fa053c5 100644 --- a/makefile +++ b/makefile @@ -1,9 +1,9 @@ -.PHONY: shell zsh tmux nvim foot sway swaylock mako tofi wlogout ncspot waybar setup update install +.PHONY: shell zsh tmux nvim foot sway swaylock mako tofi wlogout ncspot waybar setup update install git help: @echo "\nWelcome to my configs, feel free to use and modify them as you like! \n\nTo install all of them to your system, just '$$ make install'.\nIf you just want some of them, use '$$ make ' for a specific application.\nFor a dry-run of any of the targets, just prepend '-dry' to the targets name.\nNote: This management relies on GNU Stow, so to work properly, please ensure you have 'stow' installed...\n\nYou don't want to use a config anymore? Prepend '-uninstall' to any config installed via the 'install'-command from earlier.\n\nTo much stuff you don't need?\n\t\tCheck out 'https://git.xesc.de/xesc'\nfor the individual repos of the applicatons.\n" -install: setup shell zsh tmux nvim foot sway swaylock mako tofi wlogout ncspot waybar +install: setup shell zsh tmux nvim foot sway swaylock mako tofi wlogout ncspot waybar git setup: git submodule update --init @@ -50,7 +50,7 @@ waybar: stow -v -t /home/"$$USER"/ waybar git: - stow -v -t /home"$$USER"/ git + stow -v -t /home/"$$USER"/ git install-dry: shell-dry zsh-dry tmux-dry nvim-dry foot-dry sway-dry swaylock-dry mako-dry tofi-dry wlogout-dry ncspot-dry waybar-dry @@ -90,6 +90,9 @@ ncspot-dry: waybar-dry: stow -n -v -t /home/"$$USER"/ waybar +git-dry: + stow -n -v -t /home/"$$USER"/ git + install-uninstall: shell-uninstall zsh-uninstall tmux-uninstall nvim-uninstall foot-uninstall sway-uninstall swaylock-uninstall mako-uninstall tofi-uninstall wlogout-uninstall ncspot-uninstall waybar-uninstall shell-uninstall: @@ -128,3 +131,6 @@ ncspot-uninstall: waybar-uninstall: stow -D -v -t /home/"$$USER"/ waybar + +git-uninstall: + stow -D -v -t /home/"$$USER"/ git