this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cleanup

-19
-7
README.md
··· 12 12 ``` 13 13 $ make apply 14 14 ``` 15 - 16 - ## Todo 17 - 18 - - Some other apps 19 - - Chrome, Firefox, Obsidian, Signal, Spotify, Slack, Discord, 1Password 20 - - iTerm config / profile 21 - - VSCode plugins
-12
playbooks/roles/programs/tasks/main.yml
··· 3 3 # args: 4 4 # # THIS IS A LIE! It's /opt/homebrew/bin/brew on my work machine :shrug: 5 5 # creates: /usr/local/bin/brew 6 - # - name: link-brewfile 7 - # ansible.builtin.file: 8 - # src: "{{ dotfiles_dir }}/Brewfile" 9 - # dest: "{{ home_dir }}/Brewfile" 10 - # state: link 11 - # 12 - # - name: link-brewfile-lock 13 - # ansible.builtin.file: 14 - # src: "{{ dotfiles_dir }}/Brewfile.lock.json" 15 - # dest: "{{ home_dir }}/Brewfile.lock.json" 16 - # state: link 17 - 18 6 - name: homebrew-taps 19 7 community.general.homebrew_tap: 20 8 name: