From 4676c586b03aafb7f4e1ce5977171c13837e1213 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 10 Jan 2025 14:13:52 +0000 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 03240534..6a6dc104 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,19 @@

⠀⠀⠀⠀ -

+| Repository | Description | +|----------------------------|-------------------------| +| [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 the configurations to your liking. -This repository can be used as a base for your own dotfiles. +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. -## Structure -- `install.sh` -- `scripts/` Scripts directory. You may find some useful snippets here. -- `nix/` Nix configurations for Linux and macOS. -- `nix-shells/` Nix shells for development environments and temporary programs. - -## Getting Started -1. Install `git` and `curl`. - -2. Run the install script: - -```sh -bash <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh) -``` +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.