aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b4fd8b..ab48c07 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,11 @@
-install:
+i3venv = ~/.local/share/i3/venv
+
+$(i3venv):
+ mkdir -p "$(i3venv)"
+ python -m venv "$(i3venv)"
+ "$(i3venv)"/bin/pip install --upgrade i3pystatus netifaces colour
+
+install: i3venv
-ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh"
-ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg"
-ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv"