Handle tmux -S in status
[khome.git] / Makefile
index 87aa969..4ffe078 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ pkgs_void_update:
 # Golang
 #
 pkgs_golang: list pkgs-golang.list
-       go get -u $(shell ./list pkgs-golang.list)
+       go install $(shell ./list pkgs-golang.list)
 
 #
 # Ubuntu
@@ -158,6 +158,10 @@ diff:
        | sort -zr \
        | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=auto ~/% home/%'
 
+.PHONY: diff_bins_untracked
+diff_bins_untracked:
+       ls -1 ~/bin | sort | grep -vf <(ls -1 home/bin | sort)
+
 pull:
        find home -type f -print0 \
        | $(SED) -z 's/^home\///g' \
This page took 0.024037 seconds and 4 git commands to generate.