Files
dotfiles/README.md
2025-02-05 16:05:03 +00:00

27 lines
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Trude's Dotfiles
<p align="center">
<img width="150" height="150" src="images/logo-circle.png">
</p>
| 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 serves as a place for active development, and becomes a new branch once I deem it stable enough. I am actively maitaining these repositories, so if you find a bug, file a PR or open an issue, I will review and work on it.
To install the configuration on the 'main' repository, run:
```sh
bash <(curl -s https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh)
```