commit 560d4ee25ab16d4dc38f7cbced3aca93cc6449d4 from: Bradley Taunt date: Tue Oct 22 17:23:35 2024 UTC Fix README, tweak dependencies, install.sh and add kitty.conf commit - 3fd00487cdf5cdb198aa9302a8ee753180ec7cc3 commit + 560d4ee25ab16d4dc38f7cbced3aca93cc6449d4 blob - 193efbd566b233b3ed6b27ad40b7600acd0f4de5 blob + a044e32b538edf87a10b434bb0c5e48339b6b436 --- README.md +++ README.md @@ -4,14 +4,15 @@ Lightweight Desktop installer for Alpine Linux based o ![Screenshot of dwm running on Alpine Linux](https://git.btxx.org/screenshots/alpine-suck.png) -Includes my own custom set of suckless tools (dwm, slstatus, dmenu, etc.). Ships with `ohmyzsh` and my personal `vim` configs. +Includes my own custom set of suckless tools (dwm, slstatus, dmenu, etc.). Ships with my personal `vim` and `kitty` configs. ## What You Get The Open Suck installer gives you the absolute barebones desktop experience: - `dwm` for window management -- `ranger` for your file browser +- `kitty` for default terminal emulator +- `lf` for your file browser - `firefox` as your core web browser - `aerc` for your terminal-based mail client - `slock` for screen locking blob - 1273522a070a10beebb8f797f8471cd8ca968160 blob + b4f42f85f5207657267b4c2689abef6d2a18f1a6 --- dependencies.txt +++ dependencies.txt @@ -43,6 +43,7 @@ font-jetbrains-mono # utilities aerc +kitty wget curl zsh blob - dde8c246990c95ab51ba1b347709fad450aeb0f3 blob + 3e2bb4b2b334c0b490502fc095d6099e39151b82 --- install.sh +++ 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" blob - /dev/null blob + 259420da1da00489a47c710773c7d0e29d41a13b (mode 644) --- /dev/null +++ kitty.conf @@ -0,0 +1,3 @@ +remember_window_size yes +initial_window_width 640 +initial_window_height 400 \ No newline at end of file