Remove unused LaunchAgent plist file and update link.sh script #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run setup | |
on: | |
push: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
make: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: init | |
run: make init | |
- name: link | |
run: make link | |
- name: defaults | |
run: make defaults | |
- name: prezto | |
run: make prezto | |
- name: defaultbrowser | |
run: make defaultbrowser |