mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 01:21:33 -05:00
Update Ubuntu-Desktop-20.04-LTS.sh
This commit is contained in:
parent
fc92e09b4e
commit
a5b4498e80
@ -67,7 +67,7 @@ sudo snap remove snap-store
|
|||||||
sudo add-apt-repository ppa:alexlarsson/flatpak -y
|
sudo add-apt-repository ppa:alexlarsson/flatpak -y
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade -y
|
sudo apt upgrade -y
|
||||||
sudo apt -y install neofetch gnome-software flatpak gnome-software-plugin-flatpak firejail apparmor-profiles apparmor-profiles-extra apparmor-utils gnome-tweak-tool git-core gnome-session-wayland libpam-pwquality python3-pip
|
sudo apt -y install neofetch gnome-software flatpak gnome-software-plugin-flatpak firejail apparmor-profiles apparmor-profiles-extra apparmor-utils gnome-tweak-tool git-core gnome-session-wayland libpam-pwquality python3-pip curl arc-theme nautilus
|
||||||
|
|
||||||
#Put all AppArmor profiles into enforcing mode
|
#Put all AppArmor profiles into enforcing mode
|
||||||
sudo aa-enforce /etc/apparmor. d/*
|
sudo aa-enforce /etc/apparmor. d/*
|
||||||
@ -87,8 +87,8 @@ sudo apt install ivpn-ui -y
|
|||||||
#Install OpenSnitch
|
#Install OpenSnitch
|
||||||
wget https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/opensnitch_1.3.6-1_amd64.deb
|
wget https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/opensnitch_1.3.6-1_amd64.deb
|
||||||
wget https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/python3-opensnitch-ui_1.3.6-1_all.deb
|
wget https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/python3-opensnitch-ui_1.3.6-1_all.deb
|
||||||
sudp dpkg -i opensnitch*.deb python3-opensnitch-ui*.deb
|
sudo dpkg -i opensnitch*.deb python3-opensnitch-ui*.deb
|
||||||
sudo apt -f install
|
sudo apt -f install -y
|
||||||
rm -rf *opensnitch*
|
rm -rf *opensnitch*
|
||||||
|
|
||||||
#Setup VSCodium
|
#Setup VSCodium
|
||||||
@ -116,6 +116,11 @@ sudo systemctl enable fstrim.timer
|
|||||||
#Enable Firejail
|
#Enable Firejail
|
||||||
sudo firecfg
|
sudo firecfg
|
||||||
|
|
||||||
|
#Download GNOME shell theme
|
||||||
|
git clone https://github.com/i-mint/midnight.git
|
||||||
|
mkdir /home/${USER}/.themes
|
||||||
|
ln -s /home/${USER}/midnight/Midnight-* /home/${USER}/.themes/
|
||||||
|
|
||||||
#Download and set icon theme
|
#Download and set icon theme
|
||||||
git clone https://github.com/NicoHood/arc-icon-theme.git
|
git clone https://github.com/NicoHood/arc-icon-theme.git
|
||||||
mkdir /home/${USER}/.icons
|
mkdir /home/${USER}/.icons
|
||||||
@ -136,14 +141,15 @@ find /home/${USER}/Mojave-CT -name '*[Ee]piphany*' -exec rm {} \;
|
|||||||
gsettings set org.gnome.desktop.interface icon-theme "Arc"
|
gsettings set org.gnome.desktop.interface icon-theme "Arc"
|
||||||
|
|
||||||
#Set GTK theme
|
#Set GTK theme
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme "Yaru-dark"
|
gsettings set org.gnome.desktop.interface gtk-theme "Arc-dark"
|
||||||
flatpak upgrade -y
|
flatpak upgrade -y
|
||||||
|
|
||||||
#Set Black GDM background
|
#Set Black GDM background
|
||||||
mkdir -p /home/${USER}/Pictures/Wallpapers/
|
mkdir -p /home/${USER}/Pictures/Wallpapers/
|
||||||
wget https://wallpaperaccess.com/full/512679.jpg -O /home/${USER}/Pictures/Wallpapers/Black.png
|
wget https://wallpaperaccess.com/full/512679.jpg -O /home/${USER}/Pictures/Wallpapers/Black.png
|
||||||
wget github.com/thiggy01/change-gdm-background/raw/master/change-gdm-background
|
wget github.com/thiggy01/change-gdm-background/raw/master/change-gdm-background
|
||||||
sudo chmod u+x /home/${USER}/change-gdm-background
|
sudo chmod u+x /home/${USER}/change-gdm-background
|
||||||
|
output "Answer no to this or the script will get interupted"
|
||||||
sudo /home/${USER}/change-gdm-background /home/${USER}/Pictures/Wallpapers/Black.png
|
sudo /home/${USER}/change-gdm-background /home/${USER}/Pictures/Wallpapers/Black.png
|
||||||
|
|
||||||
#Set Ubuntu 20.04 LTS Wallpaper
|
#Set Ubuntu 20.04 LTS Wallpaper
|
||||||
|
Loading…
Reference in New Issue
Block a user