Setup Solus VMs initial commit
This commit is contained in:
parent
005a042263
commit
3b7e6434b9
1 changed files with 12 additions and 0 deletions
12
solus_utility/setup_solus_vm.sh
Normal file
12
solus_utility/setup_solus_vm.sh
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue