From ced9eb359faaab9f2b977e27fea807d26ed7026e Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 10 May 2023 14:00:58 +0200 Subject: [PATCH] :sparkles: add zsh completions --- makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/makefile b/makefile index 1c789a4..283c757 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,12 @@ setup_locale: setup_zshrc: ln -s -f ~/dotfiles/.zshrc ~/.zshrc +setup_zsh_completions: + brew install zsh-completions + rm -f ~/.zcompdump + compinit + # src: https://apple.stackexchange.com/a/377857/200035 + setup_alacritty_wsl: cp ~/dotfiles/.config/alacritty/alacritty.yml /mnt/c/Users/dnth/AppData/Roaming/alacritty/alacritty.yml