mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
19 lines
529 B
Bash
Executable file
19 lines
529 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# This script is for installing/updating some "packages" which are not installed by system package managers.
|
|
# Its functions are contained in `install.sh` already, and this just makes it more convenient for non-Arch users.
|
|
#
|
|
# Though this is not elegant at all. I may improve the method some day in the future.
|
|
#
|
|
|
|
cd "$(dirname "$0")"
|
|
export base="$(pwd)"
|
|
source ./scriptdata/functions
|
|
source ./scriptdata/installers
|
|
|
|
install-ags
|
|
install-Rubik
|
|
install-Gabarito
|
|
install-OneUI
|
|
install-bibata
|
|
install-MicroTeX
|