From 55c55d7193cce4d15b61377b281a755dc17b8b17 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 11 Apr 2023 09:09:24 +0200 Subject: [PATCH] vimwiki: dth @ DK023900WSL --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 5dc885f..bb0f855 100644 --- a/makefile +++ b/makefile @@ -24,6 +24,8 @@ setup_brew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" + # not too sure about this .bash_profile part + # slightly more sure about the ~/.profile test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile @@ -32,7 +34,6 @@ setup_fzf: $(brew --prefix)/opt/fzf/install --key-bindings --completion --no-bash --no-fish --all ln -s -f ~/dotfiles/.fzf.zsh ~/.fzf.zsh - setup_vimwiki1: rm -rf ~/.local/share/nvim/vimwiki/ git clone git@github.com:DannyDannyDanny/vimwiki.git ~/vimwiki/