Added empty setup.sh

This commit is contained in:
2025-10-18 03:04:00 +02:00
parent 937d11aeb8
commit c3e605effa
3 changed files with 46 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# My Dotfiles
My personal configuration files for various applications and tools running on CachyOS or Arch Linux.
## Installation
To set up my dotfiles on your system, you can use the following command:
```bash
curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | sudo bash
```