vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
c6d857984a
commit
e7a858f097
2 changed files with 15 additions and 3 deletions
6
makefile
6
makefile
|
|
@ -21,6 +21,12 @@ setup_git:
|
|||
git config --global pull.rebase false
|
||||
|
||||
setup_fzf:
|
||||
# brew install fzf
|
||||
# NEXT LINES ALSO IN .ZSHRC
|
||||
# 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
|
||||
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/bin exists"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue