Added dropbox support

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-10 15:02:25 +01:00
parent 7a0512e1ae
commit 04fc26d01b
3 changed files with 5 additions and 1 deletions

View File

@ -10,3 +10,5 @@ eclipse-java
ccls
# office
ttf-ms-fonts
#cloud
dropbox

View File

@ -0,0 +1 @@
nautilus-dropbox

View File

@ -152,7 +152,8 @@ install_gnome_extension(){
if [ "$DESKTOP_SESSION" == "gnome" ]; then
info "Synchronizing gnome tools..." &&
sudo pacman -S "$(get_packages 'client/pacman/gnome')" || error "Syncronisation failed."
sudo pacman -S "$(get_packages 'client/pacman/gnome')" &&
install_yay_packages_if_needed "$(get_packages "client/yay/gnome")" || error "Syncronisation failed."
info "Setting up gnome dash favourites..." &&
gsettings set org.gnome.shell favorite-apps "['org.gnome.Nautilus.desktop',
'org.gnome.Terminal.desktop',