Dependencies not automagically managed:
eget
tmux-plugins/tpm
starship
atuin
cd "$HOME/.dotfiles"
stow -v -R --dotfiles .
BINPATH="$HOME/.local/bin"
mkdir -p "$BINPATH"
curl -o eget.sh https://zyedidia.github.io/eget.sh
shasum -a 256 eget.sh # verify with hash below
bash eget.sh
mv eget "$BINPATH"
starship init zsh > $HOME/.local/share/starship-init.zsh
# add to .zshlocal
cat << EOF >> "$HOME/.zshlocal"
source "$HOME/.local/share/starship-init.zsh"
EOF
alias clip=/mnt/c/Windows/System32/clip.exe
atuin init --disable-up-arrow zsh > $HOME/.local/share/atuin-init.zsh
source "$HOME/.local/share/atuin-init.zsh"