mirror of
https://github.com/Chick2D/neofetch-themes.git
synced 2026-08-24 10:13:54 -05:00
docs(cli): better command to switch themes
This commit is contained in:
@@ -166,12 +166,12 @@ in your preferred folder.
|
||||
|
||||
3. Run
|
||||
```bash
|
||||
cat neofetch-themes/<folder>/<file> >> ~/.config/neofetch/config.conf
|
||||
cat neofetch-themes/<folder>/<file> > ~/.config/neofetch/config.conf
|
||||
```
|
||||
where `<folder>` is the section in this readme, while `<file>` is the file name of the config of this theme.
|
||||
> For example: If you want papirus, it'd be
|
||||
```
|
||||
cat neofetch-themes/normal/papirus.conf >> ~/.config/neofetch/config.conf
|
||||
cat neofetch-themes/normal/papirus.conf > ~/.config/neofetch/config.conf
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user