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.
18 lines
595 B
18 lines
595 B
7 years ago
|
- import_tasks: dock.yml
|
||
|
- import_tasks: terminal.yml
|
||
9 years ago
|
|
||
10 years ago
|
- file: path=~/Library/KeyBindings state=directory
|
||
9 years ago
|
- name: Symlink Emacs-style keybindings for OS X
|
||
|
file:
|
||
3 years ago
|
src: ~/.dotfiles/macos/DefaultKeyBinding.dict
|
||
10 years ago
|
dest: ~/Library/KeyBindings/DefaultKeyBinding.dict
|
||
10 years ago
|
state: link
|
||
10 years ago
|
|
||
6 years ago
|
- file: path=~/Library/Colors state=directory
|
||
9 years ago
|
- name: symlink OS X colors palettes
|
||
|
file: src={{ item }} dest=~/Library/Colors/{{ item | basename }} state=link
|
||
3 years ago
|
with_fileglob: ~/.dotfiles/macos/Colors/*
|
||
9 years ago
|
|
||
|
- name: disable gamed
|
||
|
command: launchctl unload -w /System/Library/LaunchAgents/com.apple.gamed.plist
|