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