Skip to content

Instantly share code, notes, and snippets.

@mountainash
Last active February 17, 2025 16:14
Show Gist options
  • Save mountainash/4ed8201f0e428fccadaaacc73db771aa to your computer and use it in GitHub Desktop.
Save mountainash/4ed8201f0e428fccadaaacc73db771aa to your computer and use it in GitHub Desktop.
GitHub Codespaces with Fish & Bun

Update Fish

sudo apt update
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt install fish

Install Bun

npm install -g bun

OR

curl -fsSL https://bun.sh/install | bash
fish_add_path ~/.bun/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment