Add scripts to be run in new Solus VMs
This commit is contained in:
parent
d1a39bf85d
commit
9c0cee4083
2 changed files with 23 additions and 0 deletions
8
vm_setup/vm_solus.sh
Normal file
8
vm_setup/vm_solus.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue