Skip to content

Instantly share code, notes, and snippets.

View tiagomelojuca's full-sized avatar

Tiago Melo Jucá tiagomelojuca

View GitHub Profile
@tiagomelojuca
tiagomelojuca / get-canta-mod.sh
Last active September 28, 2020 08:35
Bash script I've made for my personal use to setup my environment after reinstalling Ubuntu (Plank Dock + Canta Theme, both with a few customizations)
#!/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