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.
13 lines
284 B
13 lines
284 B
9 years ago
|
- name: import terminal profile
|
||
|
command: open ~/.dotfiles/Alpha.terminal
|
||
|
|
||
|
- name: set terminal profile to be the default
|
||
6 years ago
|
osx_defaults:
|
||
9 years ago
|
domain: com.apple.Terminal
|
||
|
key: "{{ item }} Window Settings"
|
||
|
type: string
|
||
|
value: Alpha
|
||
|
with_items:
|
||
|
- Default
|
||
|
- Startup
|