From d767450dcc21e95b38e25df0f54b524f1559311f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 14 Nov 2018 15:12:33 -0500 Subject: [PATCH] fedora: Install pywal locally Since the local bin directory is already sourced in Fedora, we can take advantage of it here. --- .fedora/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fedora/Makefile b/.fedora/Makefile index c784dd13..40c4b7a5 100644 --- a/.fedora/Makefile +++ b/.fedora/Makefile @@ -31,7 +31,7 @@ kitty: .PHONY: wal wal: - @sudo pip3 install pywal + @pip3 install --user pywal .PHONY: crystal crystal: