Archived
1
0
Fork 0
This repository has been archived on 2023-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/install/desktop.sh

41 lines
768 B
Bash
Executable file

#!/bin/bash
set -e
# Packages
sudo apt update
sudo apt upgrade
sudo apt install -y \
vlc \
keepassxc \
filelight \
meld \
peek \
gimp \
filezilla \
qbittorrent \
nfoview \
audacity \
tor \
torbrowser-launcher \
libnotify-bin
# DNS
sudo rm /etc/resolv.conf # clear potential symlink
echo "nameserver 159.69.4.2" | sudo tee /etc/resolv.conf
# KDE Connect
sudo ufw allow 1714:1764/udp comment "kde connect"
sudo ufw allow 1714:1764/tcp comment "kde connect"
sudo ufw reload
# Syncthing
sudo apt install -y syncthing
sudo ufw allow syncthing
sudo ufw reload
firefox https://docs.syncthing.net/users/autostart.html#using-the-desktop-environment-kde-gnome-xfce-cinnamon
firefox http://localhost:8384