Skip to content

MatheusTT/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dotfiles

Welcome to my dotfiles!

More Screenshots

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.

⚑ Features

  • 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.

βš™ Installation

Make sure you have chezmoi installed. You can install it by following the official guide.

Run the following command to initialize my dotfiles with chezmoi:

chezmoi init --apply MatheusTT

If you want to install everything, do this:

curl -fsSl https://raw.githubusercontent.com/MatheusTT/dotfiles/master/install.sh >$HOME/install.sh
# verify the script if you don't need/want to install/configure something
sh $HOME/install.sh

πŸ›  Programs used

πŸ— Structure

  • .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.

🀝 Contributing

If you have suggestions or improvements, feel free to open an issue or submit a pull request.

πŸ“œ License

These dotfiles are provided as-is and are free to use or modify. If you share them, a credit would be appreciated.

Enjoy!