Compare commits
No commits in common. "3cc15c27c9450be7d954f2cfccafdf596e2c7a16" and "fc8790b60d11de1b62e76b0108e4404fbb6b5869" have entirely different histories.
3cc15c27c9
...
fc8790b60d
1 changed files with 9 additions and 12 deletions
21
arch.sh
21
arch.sh
|
@ -21,7 +21,7 @@ then
|
|||
yay -Y --devel --save
|
||||
|
||||
# === AUR packages ==
|
||||
yay -S --noconfirm spotify obsidian parsec-bin onlyoffice-bin x11-emoji-picker-git gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng dracula-gtk-theme dracula-icons-git vscodium-bin ttf-symbola gnome-shell-extension-appindicator-git touchegg gnome-shell-extension-x11gestures gnome-shell-extension-no-overview nerd-fonts-meslo webcord-git gnome-shell-extension-gsconnect
|
||||
yay -S --noconfirm spotify obsidian parsec-bin onlyoffice-bin x11-emoji-picker-git gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng dracula-gtk-theme dracula-icons-git vscodium-bin ttf-symbola gnome-shell-extension-appindicator-git touchegg gnome-shell-extension-x11gestures gnome-shell-extension-no-overview nerd-fonts-meslo webcord-git
|
||||
|
||||
# === Disable wayland ==
|
||||
sed -i 's/#Wayland/Wayland/g' /etc/gdm/custom.conf
|
||||
|
@ -224,16 +224,6 @@ then
|
|||
fi
|
||||
|
||||
# === Gnome configuration ==
|
||||
# Extensions
|
||||
killall -HUP gnome-shell # restart gnome
|
||||
gsettings set org.gnome.shell disable-user-extensions false # enable extensions globally
|
||||
gnome-extensions enable dash-to-dock@micxgx.gmail.com
|
||||
gnome-extensions enable ding@rastersoft.com
|
||||
gnome-extensions enable x11gestures@joseexposito.github.io
|
||||
gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com
|
||||
gnome-extensions enable no-overview@fthx
|
||||
gnome-extensions enable gsconnect@andyholmes.github.io
|
||||
|
||||
# Nautilus keybinding
|
||||
CUSTOM_KEYBINDINGS_LIST=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings)
|
||||
if [[ $CUSTOM_KEYBINDINGS_LIST == "@as []" ]] # creating new list if not exists
|
||||
|
@ -275,6 +265,13 @@ then
|
|||
systemctl enable touchegg.service
|
||||
systemctl start touchegg
|
||||
|
||||
# Extensions (currently not working ... need to enable them manually after the reboot)
|
||||
gnome-extensions enable dash-to-dock@micxgx.gmail.com
|
||||
gnome-extensions enable ding@rastersoft.com
|
||||
gnome-extensions enable x11gestures@joseexposito.github.io
|
||||
gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com
|
||||
gnome-extensions enable no-overview@fthx
|
||||
|
||||
# === Clipboard manager ==
|
||||
gsettings set org.gnome.shell.keybindings toggle-message-tray "[]"
|
||||
CUSTOM_KEYBINDINGS_LIST=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings)
|
||||
|
@ -349,7 +346,7 @@ then
|
|||
git config --global pull.rebase true
|
||||
git config --global init.defaultBranch main
|
||||
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage."
|
||||
else
|
||||
echo "Ce script ne fonctionne que sur Arch."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue