Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 592 Bytes

bash-stuff

This repository holds various handy bash shortcuts that I use.

It's now somewhat out-of-date, as I mostly use zsh these days. To install most of the most useful stuff in zsh, do this:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

... or, on bash:

bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"

TODOs: