This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt update | |
sudo apt install gnome-tweaks -y | |
sudo apt install unzip -y | |
sudo apt install plank -y | |
sudo apt install gnome-shell-extensions -y | |
sudo apt install gsettings-desktop-schemas -y | |
sudo apt remove gnome-shell-extension-ubuntu-dock -y | |
mkdir ~/.config/autostart | |
mkdir ~/.local/share/plank |