pshhhh
This commit is contained in:
4
install/eoan/Vagrantfile
vendored
4
install/eoan/Vagrantfile
vendored
@@ -15,8 +15,8 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
||||
mkdir -p .ssh .vnc
|
||||
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||
git clone https://github.com/motiejus/dotfiles.git .dotfiles
|
||||
curl -s https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||
git clone -q https://github.com/motiejus/dotfiles.git .dotfiles
|
||||
(cd .dotfiles && stow bash tmux vim)
|
||||
SHELL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user