| Tool | Purpose |
|---|---|
i3 |
Tiling window manager |
picom |
Window compositor (for transparency, blur, etc.) |
polybar |
Custom status bar |
rofi |
Launcher and window switcher |
kitty |
GPU-based terminal emulator |
zellij |
Terminal workspace manager |
nvim |
Neovim config (Lua) |
ncmpcpp |
Music player client (MPD) |
mpd |
Music daemon |
mpv |
Media player config |
fastfetch |
System info in terminal |
yazi |
Terminal file manager |
scripts/ |
Helper scripts and utilities |
.zshrc |
Zsh shell config |
polybar theme -> https://github.com/adi1090x/polybar-themes
git clone https://github.com/Nenosaj/dotfiles.git ~/dotfiles
cd ~/dotfilesln -s ~/dotfiles/.zshrc ~/.zshrc
ln -s ~/dotfiles/nvim ~/.config/nvim
ln -s ~/dotfiles/i3 ~/.config/i3
# Repeat as neededOr use your own method like GNU Stow,
chezmoi, or a setup script.
- ✅ Arch Linux
⚠️ Other distros not tested yet
- Uses Lua-based Neovim config
- Polybar and Rofi are themed to match using pywal
- Fastfetch replaces neofetch for system info
- Scripts directory includes personal utilities
MIT — Free to use, copy, and break 😄
- Add full install script
- Back up personal
~/.localbinaries - Document dependencies per tool 🗂️ Nenosaj's Dotfiles