Chick2D / neofetch-themes

Neofetch configs put into a convinient repository
MIT License
1.23k stars 139 forks source link

docs(cli): better command to switch themes #43

Closed mcandemir closed 1 year ago

mcandemir commented 1 year ago

Since the mv command will move the theme file, the user won't be able to switch back from the chosen theme. Instead, reading the file with cat and writing to the existing configuration is more practical.

Changed:

mv neofetch-themes/<folder>/<file> ~/.config/neofetch/config.conf

to:

cat neofetch-themes/<folder>/<file> > ~/.config/neofetch/config.conf