mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Added a testing environment in form of a virtual machine.
This commit is contained in:
parent
1e31869e13
commit
4ad6080d31
8 changed files with 208 additions and 0 deletions
9
test-vm/bootstrap.sh
Normal file
9
test-vm/bootstrap.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
#sudo apt-get update
|
||||
|
||||
sudo apt-get install -y curl
|
||||
sudo apt-get install -y git
|
||||
|
||||
sudo apt-get install -y zsh
|
||||
sudo chsh -s $(which zsh) vagrant
|
||||
Loading…
Add table
Add a link
Reference in a new issue