mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 09:06:35 +00:00
27 lines
741 B
Bash
27 lines
741 B
Bash
# System
|
|
sudo apt update
|
|
sudo apt upgrade
|
|
sudo apt install -y wget git
|
|
|
|
# Move/resize windows with Alt + mouse left/right
|
|
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>'
|
|
gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true
|
|
|
|
# Firefox
|
|
sudo snap install firefox
|
|
|
|
# Move top panel down
|
|
sudo apt install -y libglib2.0-dev-bin libxml2-utils gettext gnome-shell-extension-manager
|
|
git clone https://gitlab.gnome.org/jrahmatzadeh/just-perfection.git
|
|
cd just-perfection
|
|
./scripts/build.sh -i
|
|
cd ..
|
|
rm -rf just-perfection
|
|
gnome-session-quit --force
|
|
# Manually Open Extension Manager, Enter to Just Perfection extension
|
|
# then Customize -> Panel Position
|
|
|
|
# Signal
|
|
sudo snap install signal-desktop
|
|
|