These are my personal dotfiles for everyday development—highly customized for my workflow and preferences, so they might not work for you out of the box. I keep them simple to avoid distractions while maintaining a clean, functional look. I'll update them as long as I'm using Linux, tweaking things as my needs evolve.
Feel free to explore or borrow bits, but they're not meant to be a one-size-fits-all solution. These dotfiles are shared as-is, without any guarantees. Use at your own risk.
demo.mp4
See Details
.
├── alacritty
│ └── .config
│ └── alacritty
├── btop
│ └── .config
│ └── btop
├── hypr
│ ├── .config
│ │ └── hypr
│ │ └── scripts
│ └── .local
│ └── bin
├── kitty
│ └── .config
│ └── kitty
├── mako
│ └── .config
│ └── mako
├── rofi
│ └── .config
│ └── rofi
│ ├── bluetooth
│ ├── clipboard
│ ├── launcher
│ ├── powermenu
│ └── wifi
├── services
│ └── .config
│ └── systemd
│ └── user
│ └── graphical-session.target.wants
├── themes
│ ├── .config
│ │ ├── alacritty
│ │ │ └── themes
│ │ ├── btop
│ │ │ └── themes
│ │ ├── hypr
│ │ ├── mako
│ │ │ └── themes
│ │ └── rofi
│ │ └── themes
│ ├── .local
│ │ ├── bin
│ │ └── share
│ │ ├── fonts
│ │ ├── icons
│ │ │ ├── Papirus
│ │ │ ├── Papirus-Dark
│ │ │ └── Papirus-Light
│ │ └── themes
│ │ ├── Graphite-teal-Dark-nord
│ │ └── Graphite-teal-Light-nord
│ └── Pictures
│ ├── dark
│ └── light
├── Thunar
│ ├── .config
│ │ └── Thunar
│ └── .local
│ └── bin
├── uwsm
│ └── .config
│ └── uwsm
├── waybar
│ └── .config
│ └── waybar
│ └── custom
└── zsh



