commit - 3fd00487cdf5cdb198aa9302a8ee753180ec7cc3
commit + 560d4ee25ab16d4dc38f7cbced3aca93cc6449d4
blob - 193efbd566b233b3ed6b27ad40b7600acd0f4de5
blob + a044e32b538edf87a10b434bb0c5e48339b6b436
--- README.md
+++ README.md
![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
# utilities
aerc
+kitty
wget
curl
zsh
blob - dde8c246990c95ab51ba1b347709fad450aeb0f3
blob + 3e2bb4b2b334c0b490502fc095d6099e39151b82
--- install.sh
+++ install.sh
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
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
+remember_window_size yes
+initial_window_width 640
+initial_window_height 400
\ No newline at end of file