Skip to content

Instantly share code, notes, and snippets.

@brandedoutcast
Created June 29, 2018 04:22
Show Gist options
  • Save brandedoutcast/c07f6a1d5ca8794ddbd3096d9c4d39d6 to your computer and use it in GitHub Desktop.
Save brandedoutcast/c07f6a1d5ca8794ddbd3096d9c4d39d6 to your computer and use it in GitHub Desktop.
WSL Init
sudo apt update
sudo apt upgrade
sudo apt install fish
chsh -s /usr/bin/fish
mkdir -p ~/.config/fish
echo "set -g -x fish_greeting ''" >> ~/.config/fish/config.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment