# Trude's Dotfiles

⠀⠀⠀⠀

| Repository | Description | |----------------------------|-------------------------| | main (current) | Simple Dotfiles Base | | [nix-gnome-and-osx](https://github.com/TrudeEH/dotfiles/tree/nix-gnome-and-osx) | Nix dotfiles for macOS, NixOS and any other Linux distro using GNOME | | [debian-dwm](https://github.com/TrudeEH/dotfiles/tree/debian-dwm) | Dwm (X11) setup for Debian | | [freebsd-dwm](https://github.com/TrudeEH/dotfiles/tree/freebsd-dwm) | Dwm (X11) setup for FreeBSD | | [arch-dwm-x11](https://github.com/TrudeEH/dotfiles/tree/arch-dwm-x11) | Dwm (X11) setup for Arch Linux | | [debian-gnome](https://github.com/TrudeEH/dotfiles/tree/debian-gnome) | GNOME setup for Debian | | [arch-sway](https://github.com/TrudeEH/dotfiles/tree/arch-sway) | Sway setup for Arch | Welcome to Trude's dotfiles. Here you will find my personal configurations, tools and scripts. I highly recommend anyone interested to fork the repository and modify any configurations to your liking. These repository can be used as a base for your own dotfiles. The 'main' branch is my current configuration, while others serve as an archive of previous setups. To install my current configuration, run: ```sh bash <(curl -s https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh) ```