You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: import terminal profile
|
|
command: open ~/.dotfiles/Alpha.terminal
|
|
|
|
- name: set terminal profile to be the default
|
|
osx_defaults:
|
|
domain: com.apple.Terminal
|
|
key: "{{ item }} Window Settings"
|
|
type: string
|
|
value: Alpha
|
|
with_items:
|
|
- Default
|
|
- Startup
|