From f5284db737171e18694d955bca0ca84d6d7c3841 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Nov 2018 15:25:27 -0500 Subject: [PATCH] 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. --- .fedora/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.fedora/Makefile b/.fedora/Makefile index efa29f9..96459ea 100644 --- a/.fedora/Makefile +++ b/.fedora/Makefile @@ -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