diff --git a/.fedora/Makefile b/.fedora/Makefile index 12c93ccc..d6af4482 100644 --- a/.fedora/Makefile +++ b/.fedora/Makefile @@ -1,11 +1,8 @@ -THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST)) install=sudo dnf install --assumeyes copr=sudo dnf copr enable --assumeyes .PHONY: all -all: - @$(MAKE) -f $(THIS_MAKEFILE) rice RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy - @$(MAKE) -C .. +all: rice RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy .PHONY: rice rice: diff --git a/.fedora/bootstrap.sh b/.fedora/bootstrap.sh index 3cb19431..95a46fc8 100755 --- a/.fedora/bootstrap.sh +++ b/.fedora/bootstrap.sh @@ -19,6 +19,9 @@ sudo -n dnf install -y make fedpkg # Run make make +# Install dotfiles +make -C .. + # Change the color scheme to a sane default wal --theme base16-tomorrow-night