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

6 lines
129 B
Bash
Executable file

#!/bin/bash
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
mkdir -p ~/.omp;
cp ~/$NEXTCLOUD_DIR/.omp/manuel.omp.json ~/.omp/manuel.omp.json;