1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Compare commits

...

10 Commits

Author SHA1 Message Date
c88da56eb2
Update Fedora-Workstation-38.sh
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 16:33:41 -07:00
b7e52c6756
Remove duplicate
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 16:30:52 -07:00
b01993832c
Update Fedora-Workstation-38.sh
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 16:04:19 -07:00
db384f68cd
Actually, keep cups removed 2023-09-28 15:56:36 -07:00
8c80c1e9a8
Update README.md
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 15:47:51 -07:00
909161ecd7
Don't remove cups
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 15:47:13 -07:00
136855c33f
Remove unnecessary wildcards
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 15:44:53 -07:00
9e09bf4146
Update Fedora-Workstation-38.sh
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 15:44:11 -07:00
c451c3e0ef
Update Fedora-Workstation-38.sh
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 15:43:07 -07:00
d643cba6f4
Remove more stuff
Signed-off-by: Tommy <contact@tommytran.io>
2023-09-28 15:41:54 -07:00
2 changed files with 6 additions and 6 deletions

View File

@ -109,7 +109,7 @@ sudo fwupdmgr update -y
# Remove unneeded packages # Remove unneeded packages
sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-filesystem \ sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-filesystem \
#Network + hardware tools #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 #Remove support for some languages and spelling
ibus-typing-booster *speech* *zhuyin* *pinyin* *kkc* *m17n* *hangul* *anthy* words \ ibus-typing-booster *speech* *zhuyin* *pinyin* *kkc* *m17n* *hangul* *anthy* words \
#Remove codec + image + printers #Remove codec + image + printers
@ -121,12 +121,12 @@ sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-files
#NetworkManager #NetworkManager
NetworkManager-pptp-gnome NetworkManager-ssh-gnome NetworkManager-openconnect-gnome NetworkManager-openvpn-gnome NetworkManager-vpnc-gnome ppp* ModemManager\ NetworkManager-pptp-gnome NetworkManager-ssh-gnome NetworkManager-openconnect-gnome NetworkManager-openvpn-gnome NetworkManager-vpnc-gnome ppp* ModemManager\
#Remove Gnome apps #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-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-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* chrome-gnome-shell \ gnome-classic* gnome-user* gnome-text-editor chrome-gnome-shell eog \
#Remove apps #Remove apps
rhythmbox *yelp* *evince* libreoffice* cheese gedit file-roller* mediawriter \ rhythmbox yelp evince libreoffice* cheese file-roller* mediawriter \
#other #other
lvm2 rng-tools thermald *perl* yajl lvm2 rng-tools thermald *perl* yajl

View File

@ -2,7 +2,7 @@
My setup scripts for my workstations. You should edit the scripts to your liking before running it. 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 /> 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 Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org