mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
add fzf
This commit is contained in:
parent
eda1f799c8
commit
5c6f398fcb
2 changed files with 4 additions and 0 deletions
2
.zshrc
2
.zshrc
|
|
@ -47,3 +47,5 @@ eval "$(starship init zsh)"
|
|||
|
||||
# direnv
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
|
|
|||
2
install
2
install
|
|
@ -44,6 +44,8 @@ sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --force --bin-dir ${LOCA
|
|||
curl -sfL https://direnv.net/install.sh | bash
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --force --to ${LOCAL_BIN_DIR}
|
||||
|
||||
[[ -d ${HOME}/.fzf ]] || git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install --key-bindings --completion --update-rc --no-bash
|
||||
|
||||
ln -sf ${INSTALL_DIR}/.aliases ${HOME}/.aliases
|
||||
ln -sf ${INSTALL_DIR}/.functions ${HOME}/.functions
|
||||
ln -sf ${INSTALL_DIR}/.gitconfig ${HOME}/.gitconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue