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

42 lines
830 B
Bash
Raw Normal View History

2022-05-10 01:25:44 +02:00
#!/bin/bash
set -e
# Packages
sudo apt update
sudo apt upgrade
sudo apt install -y \
vlc \
2022-07-17 16:15:31 +02:00
mpv \
2022-05-10 01:25:44 +02:00
keepassxc \
filelight \
meld \
peek \
gimp \
filezilla \
qbittorrent \
nfoview \
audacity \
tor \
2022-07-17 16:15:31 +02:00
torbrowser-launcher
2022-05-10 01:25:44 +02:00
# DNS
2022-08-13 22:43:25 +02:00
sudo mkdir -p /etc/systemd/resolved.conf.d/
sudo cp desktop/dns.caspervk.net.conf /etc/systemd/resolved.conf.d/dns.caspervk.net.conf
sudo systemctl restart systemd-resolved.service
2022-05-10 01:25:44 +02:00
# KDE Connect
sudo ufw allow 1714:1764/udp comment "kde connect"
sudo ufw allow 1714:1764/tcp comment "kde connect"
sudo ufw reload
2022-05-10 01:25:44 +02:00
# Syncthing
sudo apt install -y syncthing
sudo ufw allow syncthing
sudo ufw reload
2022-05-21 22:10:18 +02:00
firefox https://docs.syncthing.net/users/autostart.html#using-the-desktop-environment-kde-gnome-xfce-cinnamon
2022-05-10 01:25:44 +02:00
firefox http://localhost:8384