docs: chmod all themes

This commit is contained in:
Jan De Dobbeleer 2022-06-06 15:58:45 +02:00 committed by Jan De Dobbeleer
parent 895d1f3b52
commit ab2c3dd0c3

View file

@ -51,7 +51,7 @@ sudo chmod +x /usr/local/bin/oh-my-posh
mkdir ~/.poshthemes
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
chmod u+rw ~/.poshthemes/*.json
chmod u+rw ~/.poshthemes/*.omp.*
rm ~/.poshthemes/themes.zip
```