For the brave, slightly less painful—but don’t expect to keep your sanity.
Note
Work in progress
To install aliases.sh and install_aliases.ps1, follow these steps:
- Open PowerShell and navigate to the directory containing
install_aliases.ps1. - Run the following command to execute the installation script:
.\install_aliases.ps1
- Verify that
aliases.shis sourced in your.bashrcfile. You can do this by opening.bashrcand checking for the following line:source "/path/to/aliases.sh"
- If the line is not present, add it manually to the end of the
.bashrcfile.
aliases.shis only intended to add aliases for Git Bash for Windows or similar terminal that loads the.bashrcused by Git Bash for Windows.
- Working aliases setup for Git Bash for Windows
- Aliases setup for PowerShell environment (not yet implemented)