This commit is contained in:
Manuel Thalmann 2024-03-20 22:46:22 +01:00
parent 1049fdc6dd
commit 20fffcadf7

View file

@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../fish/profile.sh";
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
themeDir="/usr/local/share/oh-my-posh/themes";
install -d644 "$themeDir";
install -dm644 "$themeDir";
cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp.json" > /dev/null;
{