3 lines
162 B
Bash
Executable file
3 lines
162 B
Bash
Executable file
#!/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;
|