dotfiles

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

commit 8119d8500464ee533942b5dc92ff9d3b874ed2c4
parent fea1e24b1c28e7ff943ba1da46a3977d36b4f08e
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Thu,  2 Mar 2023 20:38:18 -0500

Fix pkglist path

Diffstat:
Msetup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh @@ -51,7 +51,7 @@ if [ ! -x "$(command -v pkg_add)" ]; then printf "%s\n" "$(cat pkglist | tr -d '-' | tr '\n' ' ')" else echo "Installing packages, you might want to grab a cup of tea..." - doas pkg_add -l ~/Documents/projects/dotfiles/pkglist + doas pkg_add -l ~/Documents/Projects/dotfiles/pkglist echo "Done!" fi