🧪 EXPERIMENTAL - NOT FOR DAILY USE 🧪
This configuration is currently under heavy development and experimentation. It may break, change significantly, or eat your homework. Use at your own risk!
My current Dotfiles
Installation • Components • Screenshots • Themes
- Window Manager: Hyprland - A dynamic tiling Wayland compositor
- File Manager: yazi - Terminal file manager with git integration
- Terminal: ghostty with zsh + powerlevel10k
- Theme: Catppuccin color schemes across applications
- Shell: zsh with Oh My Zsh
- Plugins: git, zsh-autosuggestions, zsh-syntax-highlighting, and more
- Terminal Multiplexer: tmux
- System Monitor: btop
- Additional Tools:
- superfile (with multiple themes)
- fastfetch
- eza (modern ls replacement)
Choose your package manager:
pacman -Syu yadm
sudo apt-get install yadm
brew install yadm
yadm clone https://github.com/UlmerMan/dotfiles.git
When prompted about running the bootstrap script (which installs Homebrew), type "y" to proceed.
yadm config local.class <desktop-environment>
Replace <desktop-environment>
with your environment class (e.g., hyprland
, gnome
, kde
, etc.). This is to select the appropriate configuration files for your environment.
Managed with yadm - Yet Another Dotfiles Manager