Skip to content

Update .zshrc

Update .zshrc #228

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
clone-and-install:
strategy:
matrix:
os: [ubuntu, macos]
runs-on: ${{ matrix.os }}-latest
env:
CODESPACES: true
steps:
- uses: actions/checkout@v4
- run: ./install.sh
- run: chezmoi data