get rid of dropbox
This commit is contained in:
parent
cf9b2f0319
commit
6133819bac
5
apps.md
5
apps.md
|
@ -22,11 +22,6 @@ Deps: `pkgconfig patch flex bison which`
|
|||
7. Notifications - `mako`
|
||||
8. Background - `swww`
|
||||
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`
|
||||
```
|
||||
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh
|
||||
|
|
10
play.yml
10
play.yml
|
@ -131,13 +131,6 @@
|
|||
changed_when: 'result.stderr is search("LINK: ")'
|
||||
become: yes
|
||||
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
|
||||
kewlfft.aur.aur:
|
||||
use: yay
|
||||
|
@ -172,9 +165,6 @@
|
|||
- thunar
|
||||
- gvfs
|
||||
- gvfs-smb
|
||||
- dropbox
|
||||
- thunar-dropbox
|
||||
- dropbox-cli
|
||||
- spotify
|
||||
- spicetify-cli
|
||||
- ttf-jetbrains-mono-nerd
|
||||
|
|
|
@ -18,7 +18,6 @@ exec-once=swww init && swww img ~/wallpaper.jpg
|
|||
exec-once=nm-applet
|
||||
exec-once=waybar
|
||||
exec-once=mako
|
||||
exec-once=dropbox
|
||||
exec=~/.config/hypr/import-gsettings.sh
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
|
|
Loading…
Reference in a new issue