From d1e83e1569b5f9003bba21dcde5bd9ab988b5b99 Mon Sep 17 00:00:00 2001 From: xesc Date: Fri, 24 May 2024 21:03:18 +0200 Subject: [PATCH] update foot and remove trailing spaces --- foot/.config/foot | 2 +- makefile | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/foot/.config/foot b/foot/.config/foot index d863e1c..59a416f 160000 --- a/foot/.config/foot +++ b/foot/.config/foot @@ -1 +1 @@ -Subproject commit d863e1c85d75f83ee3874e8accc5c5553d752a6f +Subproject commit 59a416fdb76cb87a8f849ce3e92af9914a563c0d diff --git a/makefile b/makefile index 3c676e9..bc296b9 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ .PHONY: shell zsh tmux nvim foot sway swaylock mako tofi wlogout ncspot waybar setup update install - + 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" @@ -64,25 +64,25 @@ tmux-dry: nvim-dry: stow -n -v -t /home/"$$USER"/ nvim -foot-dry: +foot-dry: stow -n -v -t /home/"$$USER"/ foot -sway-dry: +sway-dry: stow -n -v -t /home/"$$USER"/ sway -swaylock-dry: +swaylock-dry: stow -n -v -t /home/"$$USER"/ swaylock -mako-dry: +mako-dry: stow -n -v -t /home/"$$USER"/ mako -tofi-dry: +tofi-dry: stow -n -v -t /home/"$$USER"/ tofi -wlogout-dry: +wlogout-dry: stow -n -v -t /home/"$$USER"/ wlogout -ncspot-dry: +ncspot-dry: stow -n -v -t /home/"$$USER"/ ncspot waybar-dry: @@ -103,25 +103,25 @@ tmux-uninstall: nvim-uninstall: stow -D -v -t /home/"$$USER"/ nvim -foot-uninstall: +foot-uninstall: stow -D -v -t /home/"$$USER"/ foot -sway-uninstall: +sway-uninstall: stow -D -v -t /home/"$$USER"/ sway -swaylock-uninstall: +swaylock-uninstall: stow -D -v -t /home/"$$USER"/ swaylock -mako-uninstall: +mako-uninstall: stow -D -v -t /home/"$$USER"/ mako -tofi-uninstall: +tofi-uninstall: stow -D -v -t /home/"$$USER"/ tofi -wlogout-uninstall: +wlogout-uninstall: stow -D -v -t /home/"$$USER"/ wlogout -ncspot-uninstall: +ncspot-uninstall: stow -D -v -t /home/"$$USER"/ ncspot waybar-uninstall: