mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-06 04:50:13 +01:00
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))
|
THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||||
install=sudo dnf install --assumeyes
|
install=sudo dnf install --assumeyes
|
||||||
|
copr=sudo dnf copr enable --assumeyes
|
||||||
make=$(MAKE) -C ..
|
make=$(MAKE) -C ..
|
||||||
makeh=$(MAKE) -f $(THIS_MAKEFILE)
|
makeh=$(MAKE) -f $(THIS_MAKEFILE)
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ makeh=$(MAKE) -f $(THIS_MAKEFILE)
|
|||||||
all:
|
all:
|
||||||
@${makeh} RPMs/muya.rpm
|
@${makeh} RPMs/muya.rpm
|
||||||
@${makeh} install
|
@${makeh} install
|
||||||
|
@${makeh} kitty
|
||||||
@${makeh} wal
|
@${makeh} wal
|
||||||
@${makeh} crystal
|
@${makeh} crystal
|
||||||
@${makeh} rust
|
@${makeh} rust
|
||||||
@ -35,6 +37,11 @@ dotfiles:
|
|||||||
@${make} package=tmux
|
@${make} package=tmux
|
||||||
@${make} package=fish
|
@${make} package=fish
|
||||||
|
|
||||||
|
.PHONY: kitty
|
||||||
|
kitty:
|
||||||
|
@${copr} gagbo/kitty-latest
|
||||||
|
@${install} kitty
|
||||||
|
|
||||||
.PHONY: wal
|
.PHONY: wal
|
||||||
wal:
|
wal:
|
||||||
@sudo pip3 install pywal
|
@sudo pip3 install pywal
|
||||||
|
Loading…
Reference in New Issue
Block a user