1
0
Fork 0
dotfiles/setup.sh

11 lines
248 B
Bash
Raw Normal View History

2023-12-29 09:23:31 -05:00
#!/bin/bash
# first install babashka which is required for the other scripts
xbps-install -y babashka;
2023-12-29 09:23:31 -05:00
# gets the path of this script
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
./packages/packages.clj;
2023-12-29 09:23:31 -05:00
./configs/configs.clj ${__dir};