A comprehensive dotfiles configuration managed with chezmoi, supporting multiple platforms including macOS and Linux (Arch-based distros).
chezmoi init --apply collieiscute -vThis dotfiles collection includes configurations for:
-
Neovim - Modern Vim-based editor with LazyVim
├── Core Plugins │ ├── [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) # AI-powered code completion │ ├── [giuxtaposition/blink-cmp-copilot](https://github.com/giuxtaposition/blink-cmp-copilot) # Copilot integration for blink.cmp │ ├── [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) # LSP configuration │ ├── [p00f/clangd_extensions.nvim](https://github.com/p00f/clangd_extensions.nvim) # Enhanced clangd support │ ├── [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) # Syntax highlighting │ ├── [ibhagwan/fzf-lua](https://github.com/ibhagwan/fzf-lua) # Fuzzy finder │ ├── [sphamba/smear-cursor.nvim](https://github.com/sphamba/smear-cursor.nvim) # Smooth cursor animation │ └── [folke/snacks.nvim](https://github.com/folke/snacks.nvim) # Collection of useful utilities └── Features ├── AI completion with Copilot ├── Advanced C/C++ support with clangd ├── Fuzzy finding and navigation └── Modern syntax highlighting -
Tmux - Terminal multiplexer with TPM
├── Plugin Manager: [tmux-plugins/tpm](https://github.com/tmux-plugins/tpm) ├── Plugins │ ├── [catppuccin/tmux](https://github.com/catppuccin/tmux)#v2.1.3 # Catppuccin theme │ └── [tmux-plugins/tmux-sensible](https://github.com/tmux-plugins/tmux-sensible) # Sensible defaults └── Features ├── Catppuccin Mocha theme ├── Mouse support └── Custom key bindings (C-a prefix) -
Fish Shell - Smart shell with Fisher
├── Plugin Manager: [jorgebucaran/fisher](https://github.com/jorgebucaran/fisher) ├── Plugins │ ├── [catppuccin/fish](https://github.com/catppuccin/fish) # Catppuccin theme │ ├── [edc/bass](https://github.com/edc/bass) # Bass shell integration │ ├── [jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish) # Node version manager │ ├── [PatrickF1/fzf.fish](https://github.com/PatrickF1/fzf.fish) # FZF integration │ └── [pure-fish/pure](https://github.com/pure-fish/pure) # Minimal prompt └── Features ├── Platform-specific configurations (macOS/Linux) ├── Git aliases and shortcuts ├── Enhanced navigation with [zoxide](https://github.com/ajeetdsouza/zoxide) └── Catppuccin theme support
-
Hyprland - Dynamic tiling Wayland compositor
├── Core Components │ ├── hyprland # Main compositor │ ├── hypridle # Idle daemon │ ├── hyprlock # Screen locker │ ├── hyprpaper # Wallpaper utility │ └── hyprshot # Screenshot tool ├── Status & UI │ ├── [waybar](https://github.com/Alexays/Waybar) # Status bar │ ├── [swaync](https://github.com/ErikReider/SwayNotificationCenter) # Notification center │ └── [wofi](https://github.com/uncomfyhalomacro/wofi) # Application launcher ├── System Integration │ ├── [xdg-desktop-portal-hyprland](https://github.com/hyprwm/xdg-desktop-portal-hyprland) # Desktop portal │ ├── [xorg-xwayland](https://gitlab.freedesktop.org/xorg/xserver) # X11 compatibility │ └── [wayland-protocols](https://gitlab.freedesktop.org/wayland/wayland-protocols) # Wayland protocols ├── Audio & Media │ ├── [pipewire](https://pipewire.org/) + [pipewire-pulse](https://pipewire.org/) # Audio system │ ├── [wireplumber](https://github.com/PipeWire/wireplumber) # Audio session manager │ └── [playerctl](https://github.com/altdesktop/playerctl) # Media control (for Waybar) └── Bluetooth & Connectivity ├── [blueman](https://github.com/blueman-project/blueman) # Bluetooth manager GUI ├── [bluez](http://www.bluez.org/) + bluez-utils # Bluetooth stack └── [network-manager-applet](https://gitlab.gnome.org/GNOME/network-manager-applet) # Network management -
Alacritty - GPU-accelerated terminal emulator
-
WezTerm - Cross-platform terminal emulator
All tools share the Catppuccin color palette for visual consistency:
- Fish Shell - Catppuccin Mocha theme with Pure prompt
- Tmux - Catppuccin theme v2.1.3 with custom status bar
- Neovim - LazyVim with Catppuccin integration
- Waybar - Catppuccin Frappe color scheme
- Alacritty - Catppuccin Mocha terminal colors
- WezTerm - Catppuccin Mocha built-in theme
- SwayNC - Custom Catppuccin Frappe styling
Unified keybinding scheme across all applications:
🔧 System Control (Hyprland)
├── Super + T → Terminal (Alacritty)
├── Super + E → File Manager ([Nautilus](https://apps.gnome.org/Nautilus/))
├── Super + C → Close Window
├── Super + M → Exit Hyprland
├── Super + V → Toggle Floating
├── Super + N → Toggle Notifications (SwayNC)
├── Super + Shift + L → Lock Screen (Hyprlock)
└── Ctrl + Shift + P → Screenshot Region (Hyprshot)
🎯 Navigation & Workspaces
├── Super + H/J/K/L → Move Focus (Vim-style)
├── Super + 1-9 → Switch Workspace
├── Super + Shift + 1-9 → Move Window to Workspace
└── Super + S → Special Workspace (Magic)
🎵 Media & System
├── XF86AudioRaise/Lower → Volume Control (PipeWire)
├── XF86AudioMute → Mute Toggle
├── XF86MonBrightness → Brightness Control
└── XF86AudioPlay/Pause → Media Control (Playerctl)
- Homebrew package manager
- Fish shell (auto-configured)
- Chezmoi 2.54.0+
- Pacman package manager
- systemd for service management
- Wayland compositor support
- AUR access via Paru
Other distributions (Ubuntu, CachyOS) are supported through automated testing but not actively maintained for daily use.