1
0
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:
Donovan Glover 2018-11-13 15:25:27 -05:00
parent 6b30e9201f
commit f5284db737
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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