mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-09 17:41:03 +01:00
Added dropbox support
This commit is contained in:
parent
7a0512e1ae
commit
04fc26d01b
@ -10,3 +10,5 @@ eclipse-java
|
||||
ccls
|
||||
# office
|
||||
ttf-ms-fonts
|
||||
#cloud
|
||||
dropbox
|
||||
|
1
configuration/packages/client/yay/gnome.txt
Normal file
1
configuration/packages/client/yay/gnome.txt
Normal file
@ -0,0 +1 @@
|
||||
nautilus-dropbox
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user