vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-04-11 09:00:30 +02:00
parent f7921235a5
commit bf575bf903

View file

@ -22,15 +22,15 @@ setup_git:
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)"
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
setup_fzf:
# brew install fzf
# NEXT LINES ALSO IN .ZSHRC
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/bin exists"
$(brew --prefix)/opt/fzf/install
test -d /home/linuxbrew/.linuxbrew/opt/fzf/bin
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/shell/completion.zsh exists"
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/shell/key-bindings.zsh exists"
ln -s -f ~/dotfiles/.fzf.zsh ~/.fzf.zsh