Adjust directory of oh-my-posh theme
This commit is contained in:
parent
be95688d27
commit
3b0a4e6956
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
|
||||
cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee /usr/share/oh-my-posh/themes/manuel.omp.json > /dev/null;
|
||||
themeDir="/usr/local/share/oh-my-posh/themes";
|
||||
install -d644 "$themeDir";
|
||||
cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp.json" > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue