This commit is contained in:
Josh Thomas 2021-10-31 20:46:36 -05:00
parent eda1f799c8
commit 5c6f398fcb
2 changed files with 4 additions and 0 deletions

2
.zshrc
View file

@ -47,3 +47,5 @@ eval "$(starship init zsh)"
# direnv
eval "$(direnv hook zsh)"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

View file

@ -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