-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update homebrew packages and casks (take 6)
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
--- | ||
- ansible.builtin.import_tasks: homebrew.yml | ||
- ansible.builtin.import_tasks: homebrew-cask.yml | ||
- ansible.builtin.import_tasks: oh-my-zsh.yml | ||
- ansible.builtin.import_tasks: dotfiles.yml | ||
- ansible.builtin.import_tasks: osx-defaults.yml | ||
- name: Install homebrew packages | ||
ansible.builtin.import_tasks: homebrew.yml | ||
- name: Install homebrew cask packages | ||
ansible.builtin.import_tasks: homebrew-cask.yml | ||
- name: Set up oh-my-zsh | ||
ansible.builtin.import_tasks: oh-my-zsh.yml | ||
- name: Set up dotfiles | ||
ansible.builtin.import_tasks: dotfiles.yml | ||
- name: Set up macos settings | ||
ansible.builtin.import_tasks: osx-defaults.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
- import_tasks: config.yml | ||
- import_tasks: ignore.yml | ||
- name: Set up gitconfig | ||
ansible.builtin.import_tasks: config.yml | ||
- name: Set up gitignore | ||
ansible.builtin.import_tasks: ignore.yml |