Remove install scripts
This commit is contained in:
parent
b97b04e9bb
commit
f27be4fa80
27
install/eoan/Vagrantfile
vendored
27
install/eoan/Vagrantfile
vendored
@ -1,27 +0,0 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "ubuntu/eoan64"
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = "2048"
|
||||
end
|
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
qgis freecad \
|
||||
stow openbox-lxde-session lxterminal tightvncserver ipython3 \
|
||||
tree virtualbox-guest-dkms
|
||||
SHELL
|
||||
|
||||
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
||||
mkdir -p .ssh .vnc
|
||||
curl -s https://github.com/motiejus.keys > .ssh/authorized_keys2
|
||||
git clone -q https://github.com/motiejus/dotfiles.git .dotfiles
|
||||
(cd .dotfiles && stow bash tmux vim)
|
||||
SHELL
|
||||
|
||||
# my geom: 2560x1600
|
||||
# vncserver -geometry 1536x960 great on laptop
|
||||
# vncserver -geometry 2560x1440 ok on monitor
|
||||
config.vm.provision "file", source: "xstartup", destination: ".vnc/xstartup"
|
||||
end
|
@ -1,5 +0,0 @@
|
||||
!/bin/sh
|
||||
xrdb $HOME/.Xresources
|
||||
xsetroot -solid grey
|
||||
lxterminal &
|
||||
lxsession
|
Loading…
Reference in New Issue
Block a user