mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 10:58:15 +01:00
fedora: Add Makefile
This commit adds a very basic Makefile that simplifies the tasks required for the Fedora rice. Still a work in progress, but mostly functional.
This commit is contained in:
parent
96e8a778f0
commit
9ac25f199c
20
.fedora/Makefile
Normal file
20
.fedora/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
install=sudo dnf install --assumeyes
|
||||
make=$(MAKE) -C ..
|
||||
|
||||
# Other GTK themes: adapta-gtk-theme evopop-gtk-theme
|
||||
# Other icon themes: numix-icon-theme-circle paper-icon-theme
|
||||
# NOTE: You should use Pop in Fedora 29+ since Adapta and EvoPop
|
||||
# have padding issues that presumably have not been updated
|
||||
# yet for the latest version of GNOME.
|
||||
.PHONY: rice
|
||||
rice:
|
||||
@${install} gnome-tweaks pop-gtk-theme pop-icon-theme
|
||||
|
||||
.PHONY: dev
|
||||
dev:
|
||||
@${install} tmux vim neovim fish exa ripgrep
|
||||
|
||||
.PHONY: dotfiles
|
||||
dotfiles:
|
||||
@${make} package=tmux
|
||||
@${make} package=fish
|
Loading…
Reference in New Issue
Block a user