Skip to content

Commit

Permalink
Install DaisyDisk
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Jun 2, 2021
1 parent faf147b commit 3d6b48d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ ANSIBLE_INVENTORY := $(ANSIBLE_DIRECTORY)/hosts
ANSIBLE_VERBOSE := -v
ANSIBLE_VAULT_PASSWORD_FILE := $(ANSIBLE_DIRECTORY)/.ansible_vault_password
ANSIBLE_SENSITIVE_CONTENT_FILES := \
$(ANSIBLE_ROLES_DIRECTORY)/better-touch-tool/files/license.xml \
$(ANSIBLE_ROLES_DIRECTORY)/awscli/files/credentials \
$(ANSIBLE_ROLES_DIRECTORY)/ssh-keys/files/id_rsa \
$(ANSIBLE_ROLES_DIRECTORY)/s3cmd/files/.s3cfg \
$(ANSIBLE_ROLES_DIRECTORY)/better-touch-tool/files/license.xml \
$(ANSIBLE_ROLES_DIRECTORY)/daisydisk/files/registration_key.txt \
$(ANSIBLE_ROLES_DIRECTORY)/dotfiles/vars/environment.yml \
$(ANSIBLE_ROLES_DIRECTORY)/istat-menus/files/iStat\ Menus\ Settings.ismp \
$(ANSIBLE_ROLES_DIRECTORY)/prey/vars/api_key.yml \
$(ANSIBLE_ROLES_DIRECTORY)/istat-menus/files/iStat\ Menus\ Settings.ismp
$(ANSIBLE_ROLES_DIRECTORY)/s3cmd/files/.s3cfg \
$(ANSIBLE_ROLES_DIRECTORY)/ssh-keys/files/mpereira@argonaut \
$(ANSIBLE_ROLES_DIRECTORY)/ssh-keys/files/mpereira@pluto

ANSIBLE := \
$(PYTHON_BIN_PATH)/ansible-playbook $(ANSIBLE_VERBOSE) \
Expand Down
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Install all your applications and configure everything the way you like it with
- [[https://www.android.com/filetransfer/][Android File Transfer]]
- [[https://getbitbar.com/][BitBar]]
- [[http://doomlaser.com/cursorcerer-hide-your-cursor-at-will/][Cursorcerer]]
- [[https://daisydiskapp.com/][DaisyDisk]]
- [[https://kapeli.com/dash][Dash]]
- [[http://mizage.com/divvy/][Divvy]]
- [[https://www.dropbox.com/install][Dropbox]]
Expand Down
3 changes: 3 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@
- role: istat-menus
tags: [desktop-applications, brew-cask-pkg, istat-menus]

- role: daisydisk
tags: [desktop-applications, brew-cask-pkg, daisydisk]

- role: sound-control
tags: [desktop-applications, brew-cask-pkg, sound-control]

Expand Down
7 changes: 7 additions & 0 deletions roles/daisydisk/files/registration_key.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ANSIBLE_VAULT;1.1;AES256
62613565303833656231376530646563373833306633383462376138613531313936373034306434
3935636433346136626539316166323437356132373563340a353336393465316539373236373134
34363634343935366230323536613065383935333235346265613663663732376439613937346363
3637653837306536630a613664633739323863653563663930313532623434653336653239336637
35666133373662616466663630346637336531626232306162653464636336636364393136366134
3832636339636562613061623930323937376533376636623366
9 changes: 9 additions & 0 deletions roles/daisydisk/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Install DaisyDisk
homebrew_cask:
name: daisydisk
state: latest

- command: open /Applications/DaisyDisk.app

# TODO: open it if it was just installed for the first time?

0 comments on commit 3d6b48d

Please sign in to comment.