aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-04-03 15:28:06 -0500
committerToby Vincent <tobyv13@gmail.com>2022-04-03 15:28:06 -0500
commit29df843de1f83c98460967319182bb3742140957 (patch)
treea253e91f5cbf9a08512b39f4d54e6e9a043500b7
parentf15ff1bd85e9ca50c41f006c1809ddd5024d9321 (diff)
fix: silence stow output
-rw-r--r--makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/makefile b/makefile
index 8cc40eb..379bb30 100644
--- a/makefile
+++ b/makefile
@@ -10,21 +10,21 @@ ARCH := $(shell uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/ | sed s/ar
# TODO https://github.com/andrewsardone/dotfiles/blob/master/Makefile
stow: # Install configuration files
- stow alacritty
- stow bash
- stow bat
- stow git
- stow gnupg
- stow lazygit
- stow nvim
- stow scripts
- stow sheldon
- stow ssh
- stow starship
- stow sway
- stow tmux
- stow zsh
- if [ -n "$$WSL_DISTRO_NAME" ]; then stow wsl --override=/*; fi
+ @stow alacritty --defer=/*
+ @stow bash
+ @stow bat
+ @stow git
+ @stow gnupg --defer=/*
+ @stow lazygit
+ @stow nvim
+ @stow scripts
+ @stow sheldon
+ @stow ssh
+ @stow starship
+ @stow sway
+ @stow tmux
+ @stow zsh
+ @if [ -n "$$WSL_DISTRO_NAME" ]; then stow wsl --override=/*; fi
unstow: # Uninstall configuration files
stow --delete */