Don't remove libqt6webenginecore6-bin, support vbox, install sway config to user's home

pull/6/head
Natalia Serrano 2024-01-17 15:13:44 +01:00
parent 0cc9c2a91d
commit 8035462c76
3 changed files with 8 additions and 4 deletions

Binary file not shown.

View File

@ -72,4 +72,8 @@ Vagrant.configure("2") do |config|
# apt-get update
# apt-get install -y apache2
# SHELL
config.vm.provider "virtualbox" do |v|
v.memory = "4096"
end
end

View File

@ -29,13 +29,13 @@ sudo apt install -y sway qt6-wayland kitty-terminfo ncdu libqt6core5compat6 libq
## Remove everything unneeded.
sudo apt -y remove $BUILD_DEPENDENCIES
sudo apt -y remove $BUILD_DEPENDENCIES libqt6webenginecore6-bin+
sudo apt -y autoremove
sudo apt clean all
sudo journalctl --vacuum-size=16M
## Setup sway
mkdir -p $HOME/.config/sway
cp -v /vagrant/files/sway/config $HOME/.config/sway
mkdir -p /home/vagrant/.config/sway
cp -v /vagrant/files/sway/config /home/vagrant/.config/sway
chown -R vagrant:vagrant /home/vagrant/.config