mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Compare commits
10 Commits
08f4d5ed11
...
c88da56eb2
Author | SHA1 | Date | |
---|---|---|---|
c88da56eb2 | |||
b7e52c6756 | |||
b01993832c | |||
db384f68cd | |||
8c80c1e9a8 | |||
909161ecd7 | |||
136855c33f | |||
9e09bf4146 | |||
c451c3e0ef | |||
d643cba6f4 |
@ -109,7 +109,7 @@ sudo fwupdmgr update -y
|
||||
# Remove unneeded packages
|
||||
sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-filesystem \
|
||||
#Network + hardware tools
|
||||
cups nmap-ncat nfs-utils nmap-ncat openssh-server net-snmp-libs net-tools opensc traceroute rsync tcpdump teamd geolite2* mtr dmidecode sgpio \
|
||||
*cups nmap-ncat nfs-utils nmap-ncat openssh-server net-snmp-libs net-tools opensc traceroute rsync tcpdump teamd geolite2* mtr dmidecode sgpio \
|
||||
#Remove support for some languages and spelling
|
||||
ibus-typing-booster *speech* *zhuyin* *pinyin* *kkc* *m17n* *hangul* *anthy* words \
|
||||
#Remove codec + image + printers
|
||||
@ -121,12 +121,12 @@ sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-files
|
||||
#NetworkManager
|
||||
NetworkManager-pptp-gnome NetworkManager-ssh-gnome NetworkManager-openconnect-gnome NetworkManager-openvpn-gnome NetworkManager-vpnc-gnome ppp* ModemManager\
|
||||
#Remove Gnome apps
|
||||
gnome-tour gnome-themes-extra gnome-screenshot gnome-remote-desktop gnome-font-viewer gnome-calculator gnome-calendar gnome-contacts \
|
||||
gnome-photos gnome-connections gnome-tour gnome-themes-extra gnome-screenshot gnome-remote-desktop gnome-font-viewer gnome-calculator gnome-calendar gnome-contacts \
|
||||
gnome-maps gnome-weather gnome-logs gnome-boxes gnome-disk-utility gnome-clocks gnome-color-manager gnome-characters baobab totem \
|
||||
gnome-shell-extension-background-logo gnome-shell-extension-apps-menu gnome-shell-extension-horizontal-workspaces gnome-shell-extension-launch-new-instance gnome-shell-extension-places-menu gnome-shell-extension-window-list \
|
||||
gnome-classic* gnome-user* chrome-gnome-shell \
|
||||
gnome-shell-extension-background-logo gnome-shell-extension-apps-menu gnome-shell-extension-launch-new-instance gnome-shell-extension-places-menu gnome-shell-extension-window-list \
|
||||
gnome-classic* gnome-user* gnome-text-editor chrome-gnome-shell eog \
|
||||
#Remove apps
|
||||
rhythmbox *yelp* *evince* libreoffice* cheese gedit file-roller* mediawriter \
|
||||
rhythmbox yelp evince libreoffice* cheese file-roller* mediawriter \
|
||||
#other
|
||||
lvm2 rng-tools thermald *perl* yajl
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
My setup scripts for my workstations. You should edit the scripts to your liking before running it.
|
||||
Please run the scripts as your actual user and not root. Provide sudo password when it asks you to. Flatpak packages and themes/icons are only installed for your user and not system wide. <br />
|
||||
|
||||
Do note that I remove bluetooth (bluez and gnome-bluetooth) from the system, as well as the printing stack (cups, printer-drivers, etc) as I do not use them.
|
||||
The printing stack (cups) is removed as I do not use it. Bluetooth is disabled by KickSecure's kernel module blacklist.
|
||||
|
||||
Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user