-
OS: Void Linux
-
WM: bspwm
-
Terminal: Kitty Terminal
-
File Manager: Ranger for Terminal, Dolphin for GUI
-
Terminal Font: Hack Nerd Font Mono, FuraCode Nerd Font Mono Bold
-
Shell: loksh
-
Bar: polybar
-
Compositor: Picom
Color scheme is based off of the original Tea config from Tanish, as well as a modified Dracula with more pink :D
Credit: Not me too much really, it's mostly Tanish and other assorted groups, and I just ripped things and changed them.
$ Sudo xbps-install -S git // Use ur distro's command to install Git; this example is for Void Linux
$ git clone https://gitlab.com/RoundDuckKira/dot-files
$ cd dotfiles/
$ Sudo xbps-install -S stow // Use ur distro's command to install GNU-stow
$ stow "Bspwm: tea" -t ~/
$ stow xrdb -t ~/
$ stow Wallpapers -t ~/
Do basic stuff like using xrdb
also, make sure to change which display you're using in polybar so that the bar will display. In the future I *may* try making some script that'll detect the first display and change that line on the config when needed, but IDK if I'll do it or not. Maybe as a college project. :p
$ cd dot-files/
$ stow -D "Bspwm: tea"
$ stow -D xrdb
$ stow -D Wallpapers
$ cd ..
$ rm -rf dot-files/
$ sudo xbps-remove -R stow git // Use ur distro's command to uninstall GNU-stow and git
For helpful scripts frrom Tanish, check out: bin