get rid of dropbox

This commit is contained in:
yourfriendoss 2024-01-20 19:30:29 +02:00
parent cf9b2f0319
commit 6133819bac
3 changed files with 0 additions and 16 deletions

View file

@ -22,11 +22,6 @@ Deps: `pkgconfig patch flex bison which`
7. Notifications - `mako` 7. Notifications - `mako`
8. Background - `swww` 8. Background - `swww`
9. File manager - `thunar gvfs gvfs-smb` 9. File manager - `thunar gvfs gvfs-smb`
10. Dropbox - `dropbox thunar-dropbox dropbox-cli`
```
rm -rf ~/.dropbox-dist
install -dm0 ~/.dropbox-dist
```
11. Music - `spotify spicetify-cli` 11. Music - `spotify spicetify-cli`
``` ```
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh

View file

@ -131,13 +131,6 @@
changed_when: 'result.stderr is search("LINK: ")' changed_when: 'result.stderr is search("LINK: ")'
become: yes become: yes
become_user: yf become_user: yf
- name: Install dropbox GPG key
ansible.builtin.shell: curl -sSL https://linux.dropbox.com/fedora/rpm-public-key.asc | gpg --import
register: result
changed_when: 'result.stderr is search("imported")'
become: yes
- name: Install everything - name: Install everything
kewlfft.aur.aur: kewlfft.aur.aur:
use: yay use: yay
@ -172,9 +165,6 @@
- thunar - thunar
- gvfs - gvfs
- gvfs-smb - gvfs-smb
- dropbox
- thunar-dropbox
- dropbox-cli
- spotify - spotify
- spicetify-cli - spicetify-cli
- ttf-jetbrains-mono-nerd - ttf-jetbrains-mono-nerd

View file

@ -18,7 +18,6 @@ exec-once=swww init && swww img ~/wallpaper.jpg
exec-once=nm-applet exec-once=nm-applet
exec-once=waybar exec-once=waybar
exec-once=mako exec-once=mako
exec-once=dropbox
exec=~/.config/hypr/import-gsettings.sh exec=~/.config/hypr/import-gsettings.sh
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24