Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 909 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 909 Bytes

bin

Scripts for windows / mac / linux, and also documentation for me.

Feel free to send a PR!

Install

Clone the repo:

git clone https://github.com/darthwalsh/bin.git
# OR
git clone git@github.com:darthwalsh/bin.git

bash / zsh

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

powershell

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

cmd

There are some old commands from cmd are in Dropbox... but that's not supported here.