PortValhalla/scripts/Common/Config/Oh My Posh/install.sh

6 lines
219 B
Bash
Raw Normal View History

#!/bin/bash
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
2024-03-20 14:18:39 +00:00
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;