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
| #!/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 omf | |
| # install theme bobthefish | |
| # install fonts |