commit 6c713c305f397a58e2494de934002eb8947d461e (tree) parent 4318b1fce14c7371c71e0272ee4d6711667f01c5 Author: Motiejus Jakštys <desired.mta@gmail.com> Date: Wed, 27 Nov 2019 10:21:50 +0200 dotfiles Diffstat:
| M | install/eoan/Vagrantfile | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/install/eoan/Vagrantfile b/install/eoan/Vagrantfile @@ -21,6 +21,9 @@ Vagrant.configure("2") do |config| apt-get update apt-get install -y \ qgis freecad \ - openbox-lxde-session lxterminal tightvncserver + stow openbox-lxde-session lxterminal tightvncserver ipython3 \ + tree + git clone https://github.com/motiejus/dotfiles.git .dotfiles + (cd .dotfiles && stow bash tmux vim) SHELL end