Skip to content

Remove unused LaunchAgent plist file and update link.sh script #3

Remove unused LaunchAgent plist file and update link.sh script

Remove unused LaunchAgent plist file and update link.sh script #3

Workflow file for this run

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