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
mkdir -p ~/.config/fish/completions
rg --generate complete-fish > ~/.config/fish/completions/rg.fish
curl -fsSL https://bun.sh/install | bash
SHELL=fish bun completions ~/.config/fish/completions
curl -fsSL https://deno.land/install.sh | sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash



