Created
February 5, 2020 21:52
-
-
Save AnderssonPeter/eed95ccc04d7ffd4448833f30acc1fbd to your computer and use it in GitHub Desktop.
setting up fish on WSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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