Fixed setup

This commit is contained in:
2025-10-19 01:10:40 +02:00
parent f0d5e5cb28
commit daa5edc98b
5 changed files with 174 additions and 17 deletions

View File

@@ -4,13 +4,14 @@ My personal configuration files for various applications and tools running on Ca
## Installation
1. To set up my dotfiles on your system, you can use the following command:
1. Install packages:
```bash
curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | bash
curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/install-packages.sh | bash
```
2. Follow these guides:
2. (optional) Download config files from this repository to your `~/.config` directory
3. Follow these guides:
- [Setting Up Proton-CachyOS with Lutris and Heroic](https://wiki.cachyos.org/configuration/gaming/#setting-up-proton-cachyos-with-lutris-and-heroic)
- [Pre-caching shaders with Proton-CachyOS, -GE and -EM](https://wiki.cachyos.org/configuration/gaming/#pre-caching-shaders-with-proton-cachyos--ge-and--em)
- [How to add game-performance to Steam, Lutris and Heroic Games Launcher](https://wiki.cachyos.org/configuration/gaming/#how-to-add-game-performance-to-steam-lutris-and-heroic-games-launcher)