✨ add fzf setup
This commit is contained in:
parent
5748cb3fea
commit
c6d857984a
2 changed files with 20 additions and 0 deletions
7
makefile
7
makefile
|
|
@ -20,6 +20,13 @@ setup_git:
|
|||
git config --global user.email "dth@taiga.ai"
|
||||
git config --global pull.rebase false
|
||||
|
||||
setup_fzf:
|
||||
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"
|
||||
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue