These are my personal configurations for Linux, tailored to enhance productivity and streamline workflows. They are designed to be lightweight, modular, and easy to manage.
- Window Managers: Configurations for Hyprland and BSPWM.
- Development Tools: Pre-configured for Python, Rust, Flutter, and more).
- Automation: Managed with chezmoi for consistent setup across systems.
The install script assumes you have a minimal arch installation. Run the following command to initialize my dotfiles with chezmoi:
Caution
This will install and configure most applications that i use daily, if you just want the files you might wanna copy them from here.
curl -fsSl https://raw.githubusercontent.com/mttomaz/dotfiles/master/install.sh | sh
- Wayland
- Xorg (deprecated)
- Neovim Distro: LazyVim
- GTK Theme: Kanagawa
- Icon Theme: Papirus
- Cursor Theme: cz-Hickson-Black
- Fonts: JetBrains Mono, Caskaydia Cove (both Nerd Fonts)
.config/
: Contains configurations for window managers, terminal, and other applications..local/share/themes/
&&.local/share/icons/
: Houses theme and cursor files..local/bin/
: Simple scripts used across the entire system.scripts/
: Custom scripts for automation and other tasks.
If you have suggestions or improvements, feel free to open an issue or submit a pull request.
These dotfiles are provided as-is and are free to use or modify. If you share them, a credit would be appreciated.
Enjoy!