update foot and remove trailing spaces
This commit is contained in:
parent
99e4bdad1f
commit
d1e83e1569
2 changed files with 16 additions and 16 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit d863e1c85d75f83ee3874e8accc5c5553d752a6f
|
Subproject commit 59a416fdb76cb87a8f849ce3e92af9914a563c0d
|
30
makefile
30
makefile
|
@ -1,5 +1,5 @@
|
||||||
.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
|
||||||
|
|
||||||
help:
|
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 <directory_name>' 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"
|
@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 <directory_name>' 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:
|
nvim-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ nvim
|
stow -n -v -t /home/"$$USER"/ nvim
|
||||||
|
|
||||||
foot-dry:
|
foot-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ foot
|
stow -n -v -t /home/"$$USER"/ foot
|
||||||
|
|
||||||
sway-dry:
|
sway-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ sway
|
stow -n -v -t /home/"$$USER"/ sway
|
||||||
|
|
||||||
swaylock-dry:
|
swaylock-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ swaylock
|
stow -n -v -t /home/"$$USER"/ swaylock
|
||||||
|
|
||||||
mako-dry:
|
mako-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ mako
|
stow -n -v -t /home/"$$USER"/ mako
|
||||||
|
|
||||||
tofi-dry:
|
tofi-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ tofi
|
stow -n -v -t /home/"$$USER"/ tofi
|
||||||
|
|
||||||
wlogout-dry:
|
wlogout-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ wlogout
|
stow -n -v -t /home/"$$USER"/ wlogout
|
||||||
|
|
||||||
ncspot-dry:
|
ncspot-dry:
|
||||||
stow -n -v -t /home/"$$USER"/ ncspot
|
stow -n -v -t /home/"$$USER"/ ncspot
|
||||||
|
|
||||||
waybar-dry:
|
waybar-dry:
|
||||||
|
@ -103,25 +103,25 @@ tmux-uninstall:
|
||||||
nvim-uninstall:
|
nvim-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ nvim
|
stow -D -v -t /home/"$$USER"/ nvim
|
||||||
|
|
||||||
foot-uninstall:
|
foot-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ foot
|
stow -D -v -t /home/"$$USER"/ foot
|
||||||
|
|
||||||
sway-uninstall:
|
sway-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ sway
|
stow -D -v -t /home/"$$USER"/ sway
|
||||||
|
|
||||||
swaylock-uninstall:
|
swaylock-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ swaylock
|
stow -D -v -t /home/"$$USER"/ swaylock
|
||||||
|
|
||||||
mako-uninstall:
|
mako-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ mako
|
stow -D -v -t /home/"$$USER"/ mako
|
||||||
|
|
||||||
tofi-uninstall:
|
tofi-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ tofi
|
stow -D -v -t /home/"$$USER"/ tofi
|
||||||
|
|
||||||
wlogout-uninstall:
|
wlogout-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ wlogout
|
stow -D -v -t /home/"$$USER"/ wlogout
|
||||||
|
|
||||||
ncspot-uninstall:
|
ncspot-uninstall:
|
||||||
stow -D -v -t /home/"$$USER"/ ncspot
|
stow -D -v -t /home/"$$USER"/ ncspot
|
||||||
|
|
||||||
waybar-uninstall:
|
waybar-uninstall:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue