A curated collection of my personal Linux dotfiles, focused on efficiency, minimalism, and style.
This repository is a snapshot of my daily Linux setup – a polished, functional, and aesthetically pleasing development environment. It includes:
- 💻 Fish Shell with custom functions and abbreviations
- ✨ Helix Editor with clean, modal editing and configuration
- 🧩 Integration with my NixOS flake-based setup
- 🎨 A full "rice" setup: WM, terminal, launcher, GTK themes, and more
Component | Technology |
---|---|
Shell | Fish |
Editor | Helix |
Terminal | Alacritty / Kitty |
Launcher | Dmenu / Rofi |
WM | i3 / Bspwm |
Themeing | GTK + Custom themes |
Scripts | Custom helpers in Bash/Fish |
Fonts | Nerd Fonts |
⚠️ This setup is tailored for my environment. Manual adaptation may be needed for your system.
git clone https://github.com/undertry/dotfiles ~/.dotfiles
cd ~/.dotfiles
# Review and run setup manually (no auto install yet)
~/.dotfiles
├── fish/ # Shell configs
├── helix/ # Editor config
├── i3/ # WM settings
├── rofi/ # Launcher theme
├── scripts/ # Custom CLI utilities
└── wallpapers/ # Aesthetic vibes
Coming soon
NixOS
– my full system configuration with flakesnvs-core
– Python core for network scanningnvs-web
– the web frontend of the NVS project
MIT License – use, adapt, and improve freely!
Crafted with care by undertry ✨