Skip to content

Commit

Permalink
make: suppress stow errors pending stow update
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed May 24, 2022
1 parent 848cb04 commit 21afca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ link-misc: ~/scripts ~/colors ~/bin/ftl ~/bin/touchpad-toggle ~/bin/tmain ~/bin/

link-conf: user-fs
@echo -e "\033[0;33mSymlinking conf...\033[0m"
stow -R -t ~ -d conf --ignore="md|org|firefox" $(CONF)
-stow -R -t ~ -d conf --ignore="md|org|firefox" $(CONF) 2>&1 | grep -v "BUG in find_stowed_path"

link-local:
@echo -e "\033[0;33mSymlinking local...\033[0m"
stow -R -t ~ -d local/$(HOST)/conf $(LOCAL)
-stow -R -t ~ -d local/$(HOST)/conf $(LOCAL) 2>&1 | grep -v "BUG in find_stowed_path"

set-shell:
@echo -e "\033[0;33mSetting shell to zsh...\033[0m"
Expand Down

1 comment on commit 21afca8

@josefandersson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yoink

Please sign in to comment.