✨ add lf setup
This commit is contained in:
parent
ced9eb359f
commit
2bcf089e31
4 changed files with 47 additions and 0 deletions
5
makefile
5
makefile
|
|
@ -64,6 +64,11 @@ setup_brew:
|
|||
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
|
||||
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
|
||||
|
||||
setup_lf:
|
||||
brew install lf
|
||||
ln -s -f ~/dotfiles/.config/lf/lf.zsh ~/.config/lf/lf.zsh
|
||||
ln -s -f ~/dotfiles/.config/lf/lf.vim ~/.config/lf/lf.vim
|
||||
|
||||
setup_fzf:
|
||||
brew install fzf
|
||||
$(brew --prefix)/opt/fzf/install --key-bindings --completion --no-bash --no-fish --all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue