apt install -y ./vscode.deb
rm vscode.deb
# easy way out for remote access, no need to do xrdp/vnc all the stuff.
# TODO(galk): consider doing some "proper" xrdp configuration later
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
apt install ./chrome-remote-desktop_current_amd64.deb
# TODO(galk): add repository for i3 latest and install i3 from there, to get things like gaps
# to run brightnessctl without sudo
https://api.github.com/galkk/dotfiles/blob/7e1791fc0ea89c2f75ca5bdc80ec47269f47d20a/4-install-gui.sh#L23