diff --git a/.config/posting/config.yaml b/.config/posting/config.yaml new file mode 100644 index 0000000..7a6499f --- /dev/null +++ b/.config/posting/config.yaml @@ -0,0 +1 @@ +theme: nebula diff --git a/.local/share/dotfiles/install_dotfiles.yml b/.local/share/dotfiles/install_dotfiles.yml index 39df5e9..dfc0565 100644 --- a/.local/share/dotfiles/install_dotfiles.yml +++ b/.local/share/dotfiles/install_dotfiles.yml @@ -11,6 +11,9 @@ - tldr - fzf + common_packages_dev_machine: + - kitty + brew_packages: - neovim - difftastic @@ -65,6 +68,12 @@ packages: "{{ common_packages + apt_packages }}" 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) community.general.homebrew: name: "{{ packages }}"