26 lines
865 B
Markdown
26 lines
865 B
Markdown
# 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
|
||
bash <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh)
|
||
```
|