0% found this document useful (0 votes)
56 views3 pages

Ubuntu Customization Scripts

for ubuntu to look like macos sonoma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views3 pages

Ubuntu Customization Scripts

for ubuntu to look like macos sonoma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

step 1 install dependencies

sudo apt-get install curl rsync git gdebi nautilus-admin nautilus-extension-gnome-


terminal sassc gnome-tweaks gnome-shell-extension-manager -y

step 2 Install Gnome Extensions


unzip -o $HOME/Downloads/gnome-extensions.zip -d $HOME/.local/share/gnome-shell/

step 3 ls -al $HOME/.local/share/gnome-shell/

ls -al $HOME/.local/share/gnome-shell/extensions/

step 4 Install Whitesur gtk


cd $HOME/Downloads

git clone --depth=1 https://github.com/vinceliuice/whitesur-gtk-theme.git


or
git clone https://github.com/vinceliuice/whitesur-gtk-theme.git

cd whitesur-gtk-theme/

./install.sh -l -c Light -c Dark -s 180 -m

ln -sf "$HOME/.config/gtk-4.0/gtk-Light.css" "$HOME/.config/gtk-4.0/gtk.css"

ln -sf "$HOME/.config/gtk-4.0/gtk-Dark.css" "$HOME/.config/gtk-4.0/gtk.css"

./tweaks.sh -d

cd downloads

git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git

git clone --depth=1 https://github.com/vinceliuice/WhiteSur-icon-theme.git


cd WhiteSur-icon-theme
ls
./install.sh -a -b
git clone https://github.com/vinceliuice/WhiteSur-cursors.git
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-cursors.git
cd WhiteSur-cursors
ls
mkdir -p $HOME/.icons
cp -rv dist/ $HOME/.icons/whitesur-cursors
ls -al /home/ishimwe/.icons/
unzip -o $HOME/Downloads/fonts.zip -d $HOME/.local/share/
sudo unzip -o ~/Downloads/wallpapers.zip -d /usr/share/backgrounds/
sudo apt install cava -y
unzip -o $HOME/Downloads/cava-config.zip -d $HOME/.config/
sudo apt install neofetch -y
sudo apt install zsh git curl util-linux -y
sudo chsh -s $(which zsh) $(whoami)

sh -c "$(curl -fsSL \
https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone --depth=1 https://github.com/romkatv/powerlevel10k


$ZSH_CUSTOM/themes/powerlevel10k

sed -i 's/ZSH_THEME="robbyrussel"/ZSH_THEME="robbyrussell"\
nZSH_THEME="powerlevel10k\/powerlevel10k"/' $HOME/.zshrc
unzip -o $HOME/Downloads/zsh-config.zip -d $HOME
sudo apt install gnome-software gnome-software-plugin-flatpak flatpak libfuse2 -y
flatpak remote-add --if-not-exists flathub \
https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub io.bassi.Amberol -y
flatpak install flathub net.agalwood.Motrix -y
flatpak install flathub com.rafaelmardojai.Blanket -y
flatpak install flathub com.github.KRTirtho.Spotube -y
flatpak install flathub com.mattjakeman.ExtensionManager -y

sudo flatpak override --filesystem=$HOME/.themes


sudo flatpak override --filesystem=$HOME/.local/share/Icons
sudo flatpak override --filesystem=xdg-config/gtk-4.0

sudo apt install gnome-weather \


gnome-maps \
gnome-audio \
gnome-calendar \
gnome-clocks \
gnome-connections \
gnome-console \
gnome-contacts \
gnome-music \
vlc \
gnome-shell-pomodoro -y

sudo apt install plymouth -y


sudo unzip -o $HOME/Downloads/plymouth-theme.zip -d /usr/share/plymouth/themes

sudo update-alternatives --install \


/usr/share/plymouth/themes/default.plymouth default.plymouth \
/usr/share/plymouth/themes/macOS/macOS.plymouth 100
sudo update-alternatives --config default.plymouth

sudo update-initramfs -u

unzip $HOME/Downloads/ubuntu2404-gnome46-macos-config.zip -d $HOME/Downloads/

dconf load / < $HOME/Downloads/gnome46-macos-ubuntu2404.conf


reboot
open extension manager click logout

Remove Snap Applications


cp -afv $HOME/Downloads
snap list
sudo snap remove --purge firefox
sudo snap remove --purge snap-store
sudo snap remove --purge gnome-42-2204
sudo snap remove --purge gtk-common-themes
sudo snap remove --purge snapd-desktop-integration
sudo snap remove --purge firmware-updater
sudo snap remove --purge core22
sudo snap remove --purge bare
sudo snap remove --purge snapd
sudo apt autoremove --remove snapd -y
sudo rm -rf /var/cache/snapd/
echo "Package: snapd
Pin: release a=*
Pin-Priority: -10" | sudo tee /etc/apt/preferences.d/nosnap.pref
sudo add-apt-repository -y ppa:mozillateam/ppa && sudo apt update
echo 'APT: :Key: :Assert-Pubkey-Algo "";' | sudo tee /etc/apt/apt.conf.d/99weakkey-
warning

sudo update-alternative --install /usr/share/plymouth/themes/default.plymouth


default.plymouth /usr/share/plymouth/themes/macos/macos.plymouth 100

sudo update-alternatives --config default.plymouth

cat /etc/lsb-release

sudo snap list --all | awk '{print $1}' | xargs sudo snap removesudo systemctl stop
snapd
sudo apt-get purge snapd
sudo apt-get autoremove --purge

sudo rm -rf /var/lib/snapd

flatpak install flathub com.github.unrud.djpdf

sudo apt-get update && sudo apt-get install xdm

You might also like