Scripts for windows / mac / linux, and also documentation for me.
Feel free to send a PR!
Clone the repo:
git clone https://github.com/darthwalsh/bin.git
# OR
git clone [email protected]:darthwalsh/bin.git
Add this to ~/.bashrc
or ~/.zshrc
source ~/bin/bash_aliases
PATH=~/bin:$PATH
Then, for OS specific-scripts add ones of these lines:
PATH=~/bin/lnx:$PATH
PATH=~/bin/mac:$PATH
Edit the file $PROFILE
to start with one of these lines:
. ~/bin/lnx/Microsoft.PowerShell_profile.ps1
. ~/bin/mac/Microsoft.PowerShell_profile.ps1
. ~/bin/win/Microsoft.PowerShell_profile.ps1
Optionally, install:
Install-Module posh-git -Scope CurrentUser
There are some old commands from cmd
are in Dropbox... but that's not supported here.