[meta] monterey updates

pull/37/head
Alpha Chen 3 years ago
parent 374b61f39d
commit 69ec1efe01

@ -204,6 +204,11 @@
type: int type: int
value: 1 value: 1
- domain: com.apple.Terminal
key: ShowLineMarks
type: bool
value: false
# Other applications # Other applications
- domain: com.google.Chrome - domain: com.google.Chrome
key: AppleEnableSwipeNavigateWithScrolls key: AppleEnableSwipeNavigateWithScrolls

@ -33,7 +33,6 @@
- hledger - hledger
- jq - jq
- luarocks - luarocks
- macvim
- mas - mas
- mosh - mosh
- pandoc - pandoc
@ -80,20 +79,21 @@
- daisydisk - daisydisk
- dash - dash
- discord - discord
- encryptme
- fantastical - fantastical
- firefox-developer-edition - firefox-developer-edition
- flotato - flotato
- font-atkinson-hyperlegible # - font-atkinson-hyperlegible
- font-fira-mono - font-fira-mono
- font-hack - font-hack
- font-hasklig - font-hasklig
- font-source-code-pro - font-source-code-pro
- hammerspoon - hammerspoon
- kaleidoscope - kaleidoscope
- macvim
- mailmate - mailmate
- netnewswire # - netnewswire
- night-owl # - night-owl
- obsidian
- qlmarkdown - qlmarkdown
- qlstephen - qlstephen
- quicklook-csv - quicklook-csv
@ -101,29 +101,28 @@
- signal - signal
- sf-symbols - sf-symbols
- slack - slack
- telegram
- topnotch
- transmit - transmit
- twitterrific - twitterrific
- vlc - vlc
- zoom - zoom
- name: fix QuickLook generators - name: fix QuickLook generators
command: xattr -cr ~/Library/QuickLook/{{ item }}.qlgenerator block:
with_items: - command: xattr -cr ~/Library/QuickLook/{{ item }}.qlgenerator
- QLMarkdown with_items:
- QLStephen - QLMarkdown
notify: Reset QuickLook - QLStephen
- command: qlmanage -r
- command: qlmanage -r cache
- name: install from app store - name: install from app store
command: /usr/local/bin/mas install {{ item }} command: mas install {{ item }}
with_items: with_items:
- 1028916583 # iPulse
# - 451907568 # Paprika Recipe Manager # - 451907568 # Paprika Recipe Manager
- 1529448980 # Reeder 5 # - 497799835 # Xcode
- 1522267256 # Shareful
- 904280696 # Things 3 - 904280696 # Things 3
- 1028916583 # iPulse
handlers: - 1522267256 # Shareful
- name: Reset QuickLook - 1529448980 # Reeder 5
block:
- command: qlmanage -r
- command: qlmanage -r cache

@ -6,4 +6,4 @@
state: present state: present
- name: install Ruby - name: install Ruby
command: /usr/local/bin/ruby-install ruby creates=~/.rubies/ruby-* command: ruby-install ruby creates=~/.rubies/ruby-*

Loading…
Cancel
Save