Merge pull request #33 from miguelgargallo/main

Improvement Better way to copy paste, induce copy final dot of the sentence
This commit is contained in:
Chick Chan
2022-10-28 08:31:26 +05:30
committed by GitHub
+5 -1
View File
@@ -165,7 +165,11 @@ in your preferred folder.
mv 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 `mv neofetch-themes/normal/papirus.conf ~/.config/neofetch/config.conf`.
> For example: If you want papirus, it'd be
```
mv neofetch-themes/normal/papirus.conf ~/.config/neofetch/config.conf
```
</details>
Contribution