This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # shellcheck disable=all | |
| # PATH | |
| # export CODE="${VSCODE_GIT_ASKPASS_NODE%/*}/bin/remote-cli" | |
| # export PATH="$CODE:$HOME/.asdf/shims:$PATH" | |
| # check if binary exists | |
| check_bin() { command -v "$1" >/dev/null 2>&1; } | |
| # aliases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Brewfile: Homebrew bundle file for macOS or Linux app install (with notes/source repos) | |
| # | |
| # Author : Chad Mayfield ([email protected]) | |
| # License : GPLv3 | |
| # | |
| # INFO: * Links and comments are added because I'm too old to remember where everything is :) | |
| # * install.sh can be used, but it needs some love (some of it doesn't work correctly). | |
| # * TODO items (and additional information) is listed at the bottom | |
| # | |
| # Installation steps; |