Files
dotfiles/README.md
2024-10-09 16:55:47 +01:00

26 lines
863 B
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">
<img width="150" height="150" src="images/nix-snowflake-colours.svg">
</p>
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.
## 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
sh <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh)
```