dotfiles

Configuration for the software I use.
git clone https://git.sr.ht/~jbauer/dotfiles
Log | Files | Refs | README | LICENSE

commit 68a7979d4fd9fdba696fdd65cf7f940c6b7d39fe
parent 2e9b7dd512ded5a5a367dff13aefc8115f0f6bfc
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Wed,  8 Mar 2023 23:00:38 -0500

Add links to command equivalents

Diffstat:
Msetup.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/setup.sh b/setup.sh @@ -41,6 +41,10 @@ if [ ! -x "$(command -v pkg_add)" ]; then else echo "Installing packages, you might want to grab a cup of tea..." doas pkg_add -l ~/Documents/Projects/dotfiles/pkglist + set -x + doas ln -s /usr/bin/openrsync /usr/bin/rsync + doas ln -s /usr/local/bin/uctags /usr/local/bin/ctags + set - echo "Done!" fi