add apps
This commit is contained in:
parent
c0bbf9a584
commit
260af1d1b4
@ -10,18 +10,58 @@ dockitems_remove:
|
|||||||
- TV
|
- TV
|
||||||
- Podcasts
|
- Podcasts
|
||||||
- 'App Store'
|
- 'App Store'
|
||||||
|
- Contacts
|
||||||
|
- FaceTime
|
||||||
|
- GarageBand
|
||||||
|
- iMovie
|
||||||
|
- Keynote
|
||||||
|
- Mail
|
||||||
|
- Maps
|
||||||
|
- Messages
|
||||||
|
- "Mission Control"
|
||||||
|
- Music
|
||||||
|
- Notes
|
||||||
|
- Numbers
|
||||||
|
- Pages
|
||||||
|
- Photo Booth
|
||||||
|
- Podcasts
|
||||||
|
- Reminders
|
||||||
|
|
||||||
dockitems_persist:
|
dockitems_persist:
|
||||||
- name: "Finder"
|
|
||||||
path: "/Applications/Firefox.app/"
|
|
||||||
pos: 3
|
|
||||||
- name: "Firefox"
|
- name: "Firefox"
|
||||||
path: "/Applications/Firefox.app/"
|
path: "/Applications/Firefox.app/"
|
||||||
|
pos: 2
|
||||||
|
- name: "Calendar"
|
||||||
|
path: "/Applications/Calendar.app/"
|
||||||
pos: 3
|
pos: 3
|
||||||
|
- name: "Photos"
|
||||||
|
path: "/Applications/Photos.app/"
|
||||||
|
pos: 4
|
||||||
|
- name: "Thunderbird"
|
||||||
|
path: "/Applications/Thunderbird.app/"
|
||||||
|
pos: 5
|
||||||
|
- name: "Telegram Desktop"
|
||||||
|
path: "/Applications/Telegram Desktop.app"
|
||||||
|
pos: 6
|
||||||
|
- name: "Element"
|
||||||
|
path: "/Applications/Element.app"
|
||||||
|
pos: 7
|
||||||
|
- name: "Spotify"
|
||||||
|
path: "/Applications/Spotify.app"
|
||||||
|
pos: 8
|
||||||
|
- name: "kitty"
|
||||||
|
path: "/Applications/kitty.app"
|
||||||
|
pos: 9
|
||||||
|
- name: "Bitwarden"
|
||||||
|
path: "/Applications/Bitwarden.app"
|
||||||
|
pos: 10
|
||||||
|
- name: "System Settings"
|
||||||
|
path: "/Applications/System Settings.app"
|
||||||
|
pos: 11
|
||||||
|
|
||||||
homebrew_installed_packages:
|
homebrew_installed_packages:
|
||||||
# - ansible # Installed via Pip.
|
# - ansible # Installed via Pip.
|
||||||
- git
|
- git
|
||||||
- kdiff3
|
|
||||||
- neovim
|
- neovim
|
||||||
- go
|
- go
|
||||||
- gpg
|
- gpg
|
||||||
@ -62,11 +102,22 @@ homebrew_cask_apps:
|
|||||||
- cryptomator
|
- cryptomator
|
||||||
- maccy
|
- maccy
|
||||||
- font-jetbrains-mono-nerd-font
|
- font-jetbrains-mono-nerd-font
|
||||||
|
- font-symbols-only-nerd-font
|
||||||
|
- localsend
|
||||||
|
- kdiff3
|
||||||
|
- kopiaui
|
||||||
|
|
||||||
# See `geerlingguy.mas` role documentation for usage instructions.
|
# See `geerlingguy.mas` role documentation for usage instructions.
|
||||||
mas_installed_app_ids:
|
mas_installed_apps:
|
||||||
- 1137397744 # Bitwarden
|
- { id: 1352778147, name: "Bitwarden" }
|
||||||
- 1141688067 # Coin Tick - Menu Bar Crypto
|
- { id: 1141688067, name: "Coin Tick - Menu Bar Crypto" }
|
||||||
|
|
||||||
|
#mas_uninstalled_apps:
|
||||||
|
# - { id: 408981434, name: "iMovie" }
|
||||||
|
# - { id: 409183694, name: "Keynote" }
|
||||||
|
# - { id: 409201541, name: "Pages" }
|
||||||
|
# - { id: 409203825, name: "Numbers" }
|
||||||
|
# - { id: 682658836, name: "GarageBand" }
|
||||||
|
|
||||||
osx_script: "~/.osx --no-restart"
|
osx_script: "~/.osx --no-restart"
|
||||||
|
|
||||||
|
|||||||
2
main.yml
2
main.yml
@ -3,7 +3,7 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- config.yml
|
- default.config.yml
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Include playbook configuration.
|
- name: Include playbook configuration.
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
loop:
|
loop:
|
||||||
- git
|
- git
|
||||||
- python3
|
- python3
|
||||||
- python3-pip
|
|
||||||
|
|
||||||
- name: Ensure the dotfiles clone directory exists
|
- name: Ensure the dotfiles clone directory exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user