aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2020-05-31 16:23:23 +0800
committerPeter Son Struschka <me@peter-struschka.com>2020-05-31 16:23:23 +0800
commit0f84799b7d3b0cf0abaace7967a0c0490158440b (patch)
treed610b86e8f741e4350feb33b3f59c969668c1881 /Makefile
parent5ad1a1f1935b274fe744a0da4b88da2e6ca54a66 (diff)
downloaddotfiles-0f84799b7d3b0cf0abaace7967a0c0490158440b.tar.gz
dotfiles-0f84799b7d3b0cf0abaace7967a0c0490158440b.tar.bz2
dotfiles-0f84799b7d3b0cf0abaace7967a0c0490158440b.tar.lz
dotfiles-0f84799b7d3b0cf0abaace7967a0c0490158440b.tar.xz
dotfiles-0f84799b7d3b0cf0abaace7967a0c0490158440b.tar.zst
dotfiles-0f84799b7d3b0cf0abaace7967a0c0490158440b.zip
zsh+basics: Reorganize environment variables for more programs to use XDG directories
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aefbc35..8b80f59 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,8 @@ nvim:
curl -fLo nvim/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
stow -t ~ $@
-zsh: zplug
+
+zsh: basics zplug
stow -t ~ $@
zplug: