Skip to content

Instantly share code, notes, and snippets.

@ridingwolf
Last active April 14, 2018 00:16
Show Gist options
  • Select an option

  • Save ridingwolf/78d4c9cf6ed9224bb5796b74840f561f to your computer and use it in GitHub Desktop.

Select an option

Save ridingwolf/78d4c9cf6ed9224bb5796b74840f561f to your computer and use it in GitHub Desktop.
fishshell setup on windows
#!/bin/bash
pacman -Syu --noconfirm
pacman -S fish --noconfirm
echo "if [ -x /bin/fish ]; then exec fish; fi" > ~/.bashrc
source ~/.bashrc

chocolatey installs:
choco install beyondcompare
choco install msys2

  • install MSYS2 todo use:
  • remove default shortcuts from menu
  • create new shorcut to msys2.exe
  • run install_fish.msys2
# install omf
# install theme bobthefish
# install fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment