Skip to content

Instantly share code, notes, and snippets.

@AnderssonPeter
Created February 5, 2020 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnderssonPeter/eed95ccc04d7ffd4448833f30acc1fbd to your computer and use it in GitHub Desktop.
Save AnderssonPeter/eed95ccc04d7ffd4448833f30acc1fbd to your computer and use it in GitHub Desktop.
setting up fish on WSL
apt-get update
apt-get install git curl fish
curl -L https://get.oh-my.fish | fish
usermod -s /usr/bin/fish peter
omf install agnoster
omf theme agnoster
git clone https://github.com/powerline/fonts.git
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\install.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment