#!/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