aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31bfcef..349f2bf 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,10 @@ basics: yay
yay -Q - < meta/basic_deps || yay -S --needed - < meta/basic_deps
stow -t ~ $@
+x: yay
+ pacman -Q - < meta/x_deps || yay -S --needed - < meta/x_deps
+ stow -t ~ $@
+
git:
pacman -Q git || sudo pacman -S git
stow -t ~ $@