forked from extern/nix-config
fedora: Add kitty
Although there's already a default terminal emulator, configuring it through dotfiles is non-trivial. kitty works exceptionally well on Fedora, and since I already use it on Arch Linux, I might as well use it here too.
This commit is contained in:
parent
6b30e9201f
commit
f5284db737
@ -1,5 +1,6 @@
|
||||
THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||
install=sudo dnf install --assumeyes
|
||||
copr=sudo dnf copr enable --assumeyes
|
||||
make=$(MAKE) -C ..
|
||||
makeh=$(MAKE) -f $(THIS_MAKEFILE)
|
||||
|
||||
@ -7,6 +8,7 @@ makeh=$(MAKE) -f $(THIS_MAKEFILE)
|
||||
all:
|
||||
@${makeh} RPMs/muya.rpm
|
||||
@${makeh} install
|
||||
@${makeh} kitty
|
||||
@${makeh} wal
|
||||
@${makeh} crystal
|
||||
@${makeh} rust
|
||||
@ -35,6 +37,11 @@ dotfiles:
|
||||
@${make} package=tmux
|
||||
@${make} package=fish
|
||||
|
||||
.PHONY: kitty
|
||||
kitty:
|
||||
@${copr} gagbo/kitty-latest
|
||||
@${install} kitty
|
||||
|
||||
.PHONY: wal
|
||||
wal:
|
||||
@sudo pip3 install pywal
|
||||
|
Loading…
Reference in New Issue
Block a user