vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
f7921235a5
commit
bf575bf903
1 changed files with 5 additions and 5 deletions
10
makefile
10
makefile
|
|
@ -22,15 +22,15 @@ setup_git:
|
||||||
|
|
||||||
setup_brew:
|
setup_brew:
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
|
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
|
||||||
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.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 -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
|
||||||
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
|
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
|
||||||
|
|
||||||
setup_fzf:
|
setup_fzf:
|
||||||
# brew install fzf
|
# brew install fzf
|
||||||
# NEXT LINES ALSO IN .ZSHRC
|
$(brew --prefix)/opt/fzf/install
|
||||||
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/bin exists"
|
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/completion.zsh exists"
|
||||||
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/shell/key-bindings.zsh exists"
|
echo "make sure /home/linuxbrew/.linuxbrew/opt/fzf/shell/key-bindings.zsh exists"
|
||||||
ln -s -f ~/dotfiles/.fzf.zsh ~/.fzf.zsh
|
ln -s -f ~/dotfiles/.fzf.zsh ~/.fzf.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue