Bootstrap
sudo apt update && sudo apt install -y \
curl gh git \
zoxide ripgrep \
fish
chsh -s $(which fish)
echo 'eval "$(zoxide init bash)"' >> ~/.bashrc
mkdir -p ~/.config/fish
echo 'zoxide init fish | source' >> ~/.config/fish/config.fish
fish -c "curl -fsSL https://bun.sh/install | bash"
fish -c "curl -fsSL https://deno.land/install.sh | sh"
fish -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash"



