A carefully curated collection of configuration files for a modern Linux development environment, organized with GNU Stow for easy management and deployment.
These dotfiles embrace the Unix philosophy of doing one thing well. Each configuration is thoughtfully crafted to provide a seamless, efficient, and aesthetically pleasing computing experience across different machines.
Modern shell configurations with custom prompts and productivity enhancements.
- Fish Shell: Modern shell with intelligent autocompletions
- Zsh: Powerful shell with custom configurations
- Starship: Cross-shell prompt with git integration and performance metrics
- Bash: Fallback shell configuration
π Detailed Shell Documentation β
Terminal emulator configurations optimized for development workflows.
- Kitty: GPU-accelerated terminal with ligature support
- Foot: Lightweight Wayland terminal
- Zellij: Modern terminal multiplexer with layouts and plugins
- Tmux: Traditional terminal multiplexer for session management
π Detailed Terminal Documentation β
Modern text editor configurations with LSP integration and productivity features.
- Neovim: Modern Vim with LSP, treesitter, and plugin ecosystem
- Micro: Simple, intuitive terminal-based text editor
π Detailed Editor Documentation β
Comprehensive window manager setups for both X11 and Wayland environments.
- Hyprland: Dynamic tiling Wayland compositor
- BSPWM: Binary space partitioning window manager
- Waybar: Highly customizable Wayland bar
- Rofi: Application launcher and window switcher
- Fuzzel: Fast application launcher for Wayland
- Dunst: Lightweight notification daemon
- Polybar: Fast and easy-to-use status bar
- Swaylock: Screen locker for Wayland
- Wlogout: Logout menu for Wayland
- Quickshell: Modern Qt-based shell with modular components
π Detailed Window Manager Documentation β
Essential command-line tools for development, system management, and productivity.
- Git: Version control with aliases and configurations
- Lazygit: Terminal UI for git commands
- Ranger: Console file manager with VI key bindings
- Btop: Resource monitor with a sleek interface
- Fastfetch: System information tool
- Cava: Console-based audio visualizer
- LSD: Modern replacement for ls with colors and icons
- Fontconfig: Font configuration and customization
- Matugen: Material You color generation tool
- Redshift: Blue light filter for eye strain reduction
π Detailed Tools Documentation β
Comprehensive theming system for consistent visual appearance across all applications.
- GTK 3/4: Consistent theming across GTK applications
- Qt5/Qt6: Qt application theming
- Kvantum: SVG-based theme engine for Qt applications
π Detailed Theme Documentation β
Media player configuration and curated wallpaper collection for multimedia experience.
- MPV: Minimalist media player with extensive customization
- Wallpapers: Curated collection of beautiful desktop wallpapers
π Detailed Media Documentation β
AI-powered development tools and assistants for enhanced productivity.
- OpenCode: Configuration for the AI-powered coding assistant
- Claude: Settings and preferences for Claude AI interactions
- AI Tools: Configurations for modern AI development workflow
π Detailed AI Documentation β
Performance and feature flags for browsers and applications.
- Browser Flags: Performance and feature flags for Chrome, Thorium, and VSCode
- Application Optimizations: Custom flags for better performance and functionality
π Detailed Apps Documentation β
System-wide integration configurations for desktop portals, boot management, and display managers.
- GRUB: Boot loader configuration with custom theme and kernel parameters
- SDDM: Display manager configuration with custom theme
- XDG Desktop Portal: Desktop integration for sandboxed applications
- GoXLR Utility: Audio interface control and configuration
- LACT: Linux AMDGPU Control Tool for GPU management
- TuxClocker: GPU overclocking and monitoring tool
- System Integration: Configurations for seamless desktop experience
π Detailed System Documentation β
Ensure you have GNU Stow installed:
# Arch Linux
sudo pacman -S stow
# Ubuntu/Debian
sudo apt install stow
# macOS
brew install stow
-
Clone the repository:
git clone https://github.com/arthur404dev/dots.git ~/.dots cd ~/.dots
-
Backup existing configurations:
# Create backup directory mkdir -p ~/.config-backup # Backup existing configs (optional but recommended) cp -r ~/.config/* ~/.config-backup/ 2>/dev/null || true
-
Stow individual packages:
# Install shell configurations stow shell # Install terminal configurations stow terminal # Install editor configurations stow editor # Install window manager configurations stow wm # Install tools configurations stow tools # Install theme configurations stow theme # Install media configurations stow media # Install AI configurations stow ai # Install app configurations stow apps # Install system configurations (requires sudo for system-level configs) stow system sudo stow system -t / # For GRUB and SDDM configs ```
-
Or install everything at once:
stow */
You can install only the configurations you need:
# Just shell and editor
stow shell editor
# Just window manager setup
stow wm theme
# Everything except window manager
stow shell terminal editor tools media ai apps system
# Install just the essentials
stow shell terminal editor
# Install everything including new packages
stow */
# Install specific workflows
stow shell terminal tools wm theme # Development + WM setup
stow ai apps system # AI tools + System integration
stow media # Media player + Wallpapers
# AI-focused development setup
stow shell terminal editor ai tools
# Complete desktop environment
stow wm theme system apps
- Edit files directly in the stow directories
- Re-stow to apply changes:
stow -R shell # Restow shell configurations
- Create a new directory for your application
- Mirror the home directory structure
- Add your configuration files
- Stow the new package
Example:
mkdir -p mynewapp/.config/mynewapp
cp ~/.config/mynewapp/config mynewapp/.config/mynewapp/
stow mynewapp
dots/
βββ .stowrc # Stow configuration (ignore patterns)
βββ README.md # This file
βββ shell/ # Shell configurations
β βββ .bashrc
β βββ .zshrc
β βββ .config/
β βββ fish/
β βββ starship.toml
β βββ zshrc.d/
βββ terminal/ # Terminal emulator configs
β βββ .config/
β βββ kitty/
β βββ foot/
β βββ zellij/
β βββ tmux/
βββ editor/ # Text editor configurations
β βββ .config/
β βββ nvim/
β βββ micro/
βββ wm/ # Window manager configurations
β βββ .config/
β βββ hypr/
β βββ bspwm/
β βββ waybar/
β βββ rofi/
β βββ fuzzel/
β βββ dunst/
β βββ polybar/
β βββ swaylock/
β βββ wlogout/
βββ tools/ # CLI tools and utilities
β βββ .config/
β βββ git/
β βββ lazygit/
β βββ ranger/
β βββ btop/
β βββ fastfetch/
β βββ cava/
β βββ lsd/
β βββ fontconfig/
β βββ matugen/
β βββ redshift/
βββ theme/ # Theming configurations
β βββ .config/
β βββ gtk-3.0/
β βββ gtk-4.0/
β βββ qt5ct/
β βββ qt6ct/
β βββ Kvantum/
β βββ gtkrc
β βββ gtkrc-2.0
βββ media/ # Media applications and assets
β βββ .config/
β β βββ mpv/
β βββ Pictures/
β βββ Wallpapers/
βββ ai/ # AI tools and assistants
β βββ .config/
β β βββ opencode/
β βββ .claude/
βββ apps/ # Application configurations
β βββ .config/
β βββ chrome-flags.conf
β βββ code-flags.conf
β βββ thorium-flags.conf
βββ system/ # System integration
βββ .config/
β βββ xdg-desktop-portal/
β βββ xdg-desktop-portal-kderc
βββ etc/
βββ default/
β βββ grub # GRUB boot loader configuration
βββ sddm.conf # SDDM display manager configuration
# Install/link configurations
stow package_name
# Remove/unlink configurations
stow -D package_name
# Reinstall (useful after editing)
stow -R package_name
# Simulate actions (dry run)
stow -n package_name
# Verbose output
stow -v package_name
# Check for broken symlinks
find ~ -xtype l -print
# Update from git
git pull origin main
# Restow everything after updates
stow -R */
Feel free to fork this repository and adapt it to your needs. If you have improvements or suggestions, pull requests are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- The GNU Stow maintainers for this excellent tool
- The open-source community for the amazing applications configured here
- Everyone who shares their dotfiles and inspires others
"The best dotfiles are the ones that make you forget they exist while making everything work perfectly."