mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Update temp.sh
This commit is contained in:
parent
571ba1116d
commit
abeb5a63cd
8
temp.sh
8
temp.sh
@ -72,6 +72,8 @@ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.g
|
|||||||
sudo chmod 644 /etc/apt/trusted.gpg.d/vscodium.gpg
|
sudo chmod 644 /etc/apt/trusted.gpg.d/vscodium.gpg
|
||||||
echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
|
echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
|
||||||
sudo chmod 644 /etc/apt/sources.list.d/vscodium.list
|
sudo chmod 644 /etc/apt/sources.list.d/vscodium.list
|
||||||
|
sudo apt update
|
||||||
|
sudo apt upgrade -y
|
||||||
sudo apt install -y codium
|
sudo apt install -y codium
|
||||||
sudo cp /etc/firejail/vscodium.profile /etc/firejail/codium.profile
|
sudo cp /etc/firejail/vscodium.profile /etc/firejail/codium.profile
|
||||||
sudo chmod 644 /etc/firejail/codium.profile
|
sudo chmod 644 /etc/firejail/codium.profile
|
||||||
@ -90,12 +92,6 @@ sudo systemctl enable fstrim.timer
|
|||||||
#Enable Firejail
|
#Enable Firejail
|
||||||
sudo firecfg
|
sudo firecfg
|
||||||
|
|
||||||
#Download and set 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/
|
|
||||||
gsettings set org.gnome.shell.extensions.user-theme name "Midnight-Blue"
|
|
||||||
|
|
||||||
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user