Commit 6807633

bryfry <bryon@fryer.io>
2024-02-22 05:05:07
bare install assumptions fixed
1 parent b094c59
Changed files (1)
main.yml
@@ -70,6 +70,8 @@
        - ".config"
        - ".config/sway"
        - ".config/kitty"
+       - ".local"
+       - ".local/bin"
        - ".gnupg"
 
    - name: binary installs
@@ -78,6 +80,11 @@
        dest: "{{ ansible_env.HOME }}/.local/bin"
        include: "gum"
        remote_src: true
+
+   - name: remove files
+     file:
+       path: "{{ ansible_env.HOME }}/.bashrc"
+       state: absent
   
    - name: home directory symlinks
      file: