From 560d4ee25ab16d4dc38f7cbced3aca93cc6449d4 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 22 Oct 2024 13:23:35 -0400 Subject: Fix README, tweak dependencies, install.sh and add kitty.conf --- install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index dde8c24..3e2bb4b 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,7 @@ cp mimeapps.list /usr/share/applications/ cp .xinitrc /home/$ALPINE_USER/.xinitrc cp .vimrc /home/$ALPINE_USER/.vimrc cp .zshrc /home/$ALPINE_USER/.zshrc +cp kitty.conf /home/$ALPINE_USER/.config/kitty/kitty.conf mkdir /home/$ALPINE_USER/.suckless cd /home/$ALPINE_USER/.suckless @@ -37,13 +38,6 @@ rm -rf config.h make clean install cd .. -git clone https://git.btxx.org/st -cd st -echo "Installing st" -rm -rf config.h -make clean install -cd .. - git clone https://git.btxx.org/surf cd surf echo "Installing surf" -- cgit v1.2.3-54-g00ecf