No description
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| butterbian-setup.sh | ||
| optimisations.md | ||
| README.md | ||
| setup.sh | ||
DWM setup on debian
Scripts support atleast the following distos:
- Debian (Sid/Trixie)
- Devuan (Ceres/Excalibur)
- Change the xlibre target to devuan
Nvidia drivers, xlibre, noctalia are commented out by default, to enable them, uncomment and set the options correctly.
What it setups?
Reference repos:
| Repository | URL |
|---|---|
| Dwm | https://git.iostria.org/dotfiles/dwm.git |
| home .files | https://git.iostria.org/dotfiles/home-dotfiles.git |
| Doom emacs | https://git.iostria.org/dotfiles/doom-configs.git |
| Dotfiles | https://git.iostria.org/dotfiles/dotfiles.git |
| Wallpapers | https://git.iostria.org/dotfiles/wallpapers.git |
Quick Install
If you are on debian based distribution:
./butterbian-setup.sh
Then run the setup script:
chmod +x ./setup.sh
./setup.sh
Flatpak cursors
You need to grant flatpak apps access to your cursors.
# Grant access to user cursor themes (~/.icons and ~/.local/share/icons)
flatpak override --user --filesystem=~/.icons:ro
flatpak override --user --filesystem=~/.local/share/icons:ro
# Grant access to system cursor themes
flatpak override --user --filesystem=/usr/share/icons:ro
flatpak override --user --filesystem=xdg-config/gtk-3.0:ro
flatpak override --user --filesystem=xdg-config/gtk-4.0:ro
# Set the XCURSOR_PATH environment variable
flatpak override --user --env=XCURSOR_PATH=/home/$USER/.icons:/run/host/user-share/icons:/run/host/share/icons
# If you want to set a specific cursor theme (replace 'Sunset-cursors' with your theme name)
flatpak override --user --env=XCURSOR_THEME=Sunset-cursors
# Optional: set cursor size
flatpak override --user --env=XCURSOR_SIZE=24
[LAST] Last step
Just reboot and enjoy :). You still need to install the fonts and setup gtk and qt6ct theming to how you like and setup your screen in arandar or in ~/.xprofile with xrandr
To change your shell to zsh, run: chsh -s $(which zsh)