vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
e7a858f097
commit
f7921235a5
1 changed files with 7 additions and 4 deletions
11
makefile
11
makefile
|
|
@ -20,13 +20,16 @@ setup_git:
|
||||||
git config --global user.email "dth@taiga.ai"
|
git config --global user.email "dth@taiga.ai"
|
||||||
git config --global pull.rebase false
|
git config --global pull.rebase false
|
||||||
|
|
||||||
|
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
|
||||||
|
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
|
||||||
|
|
||||||
setup_fzf:
|
setup_fzf:
|
||||||
# brew install fzf
|
# brew install fzf
|
||||||
# NEXT LINES ALSO IN .ZSHRC
|
# 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/bin exists"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue