a small collection of miscellaneous shell scripts I've written
Go to file
Danielle McLean 1ac1dee58c
Add link-brewed-php to help with PHP versioning
Basically when you install multiple PHPs with Homebrew, they don't end
up on PATH anywhere - you can brew link one of them, but that overwrites
any other PHPs you might have previously linked.

Other platforms, such as Ubuntu, package their PHPs such that a binary
called something like php7.4 ends up on PATH. This is a much more
helpful approach, since you can specifically invoke the necessary
version of PHP by adding a version suffix.

This script does the same thing for Homebrew-installed PHPs. Pretty
simple.
2021-08-16 14:55:52 +10:00
config/zsh/functions Initial commit, with only sav-quotes script 2016-10-08 12:18:21 +11:00
local Add link-brewed-php to help with PHP versioning 2021-08-16 14:55:52 +10:00
.stow-rename Initial commit, with only sav-quotes script 2016-10-08 12:18:21 +11:00