mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-08 11:51:34 -05:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/bash
|
|
|
|
sudo apt purge -y thunderbird emacs firefox* keepassxc cups* vim* system-config-printer*
|
|
sudo apt autoremove
|
|
|
|
sudo apt install arc-theme
|