Compare commits
2 commits
4c273795c4
...
3ee5fcfda4
Author | SHA1 | Date | |
---|---|---|---|
|
3ee5fcfda4 | ||
|
f3f9c7579a |
2 changed files with 10 additions and 0 deletions
1
.config/posting/config.yaml
Normal file
1
.config/posting/config.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
theme: nebula
|
|
@ -11,6 +11,9 @@
|
||||||
- tldr
|
- tldr
|
||||||
- fzf
|
- fzf
|
||||||
|
|
||||||
|
common_packages_dev_machine:
|
||||||
|
- kitty
|
||||||
|
|
||||||
brew_packages:
|
brew_packages:
|
||||||
- neovim
|
- neovim
|
||||||
- difftastic
|
- difftastic
|
||||||
|
@ -65,6 +68,12 @@
|
||||||
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