Files
dotfiles/README.md

20 lines
832 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 style="display: flex; justify-content: center; align-items: center;">
<img width="150" height="150" src="images/logo-circle.png">
<span style="display: inline-block; font-size: 82px; line-height: 1; margin: 0 15px;"> + </span>
<img width="150" height="150" src="images/debian.png">
</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 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)
```