[ansible] Set default terminal profile

pull/28/head
Alpha Chen 9 years ago
parent f1513761c9
commit f74769182e

@ -7,6 +7,7 @@
when: inventory_hostname != "localhost"
- include: dock.yml
- include: terminal.yml
- name: set OS X defaults
my_defaults:

@ -0,0 +1,12 @@
- name: import terminal profile
command: open ~/.dotfiles/Alpha.terminal
- name: set terminal profile to be the default
my_defaults:
domain: com.apple.Terminal
key: "{{ item }} Window Settings"
type: string
value: Alpha
with_items:
- Default
- Startup
Loading…
Cancel
Save