From 3b7e6434b9af8b1cc6a82025b454e4021a59e4be Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Wed, 21 Feb 2024 18:49:00 -0600 Subject: [PATCH] Setup Solus VMs initial commit --- solus_utility/setup_solus_vm.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 solus_utility/setup_solus_vm.sh diff --git a/solus_utility/setup_solus_vm.sh b/solus_utility/setup_solus_vm.sh new file mode 100644 index 0000000..d8514e1 --- /dev/null +++ b/solus_utility/setup_solus_vm.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +sudo eopkg it -y rsync zsh neovim ripgrep git powerline-fonts simple-scan +chsh -s $(which zsh) + +cp /mnt/vmshare/.aliases ~/ +cp /mnt/vmshare/.bashrc ~/ +cp /mnt/vmshare/.bash_profile ~/ +cp /mnt/vmshare/.zshrc ~/ +cp /mnt/vmshare/.zsh_tlc ~/ + +# Add zsh prompt setup \ No newline at end of file