Compare commits
No commits in common. "3ee5fcfda4114e2fb810081df6d8dd104d40cb82" and "4c273795c4f33a6c485765a9521c48faed4e74ef" have entirely different histories.
3ee5fcfda4
...
4c273795c4
2 changed files with 0 additions and 10 deletions
|
@ -1 +0,0 @@
|
||||||
theme: nebula
|
|
|
@ -11,9 +11,6 @@
|
||||||
- tldr
|
- tldr
|
||||||
- fzf
|
- fzf
|
||||||
|
|
||||||
common_packages_dev_machine:
|
|
||||||
- kitty
|
|
||||||
|
|
||||||
brew_packages:
|
brew_packages:
|
||||||
- neovim
|
- neovim
|
||||||
- difftastic
|
- difftastic
|
||||||
|
@ -68,12 +65,6 @@
|
||||||
packages: "{{ common_packages + apt_packages }}"
|
packages: "{{ common_packages + apt_packages }}"
|
||||||
when: is_ubuntu
|
when: is_ubuntu
|
||||||
|
|
||||||
- name: Get really full package list
|
|
||||||
ansible.builtin.set_fact:
|
|
||||||
packages: "{{ common_packages_dev_machine + packages }}"
|
|
||||||
tags:
|
|
||||||
- dev_tools
|
|
||||||
|
|
||||||
- name: Install packages (macOS)
|
- name: Install packages (macOS)
|
||||||
community.general.homebrew:
|
community.general.homebrew:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
|
|
Loading…
Reference in a new issue