shell-scripts/vm_setup/vm_solus.sh
2024-06-08 15:51:37 -05:00

8 lines
151 B
Bash

#!/usr/bin/env bash
# Solus specific VM setup
source ./zsh_basic.sh
if test -d $PWD/solus-packages; then
cp /mnt/vmshare/.zshrc.d/* ~/.zshrc.d/
fi