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