diff options
author | Bradley Taunt <bt@btxx.org> | 2024-10-22 13:23:35 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-10-22 13:23:35 -0400 |
commit | 560d4ee25ab16d4dc38f7cbced3aca93cc6449d4 (patch) | |
tree | 92737c62b3b9845bf4a5a8d5f291aa339b518004 /install.sh | |
parent | 3fd00487cdf5cdb198aa9302a8ee753180ec7cc3 (diff) |
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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" |