Skip to content

Update dependency aquaproj/aqua-registry to v4.259.0 #584

Update dependency aquaproj/aqua-registry to v4.259.0

Update dependency aquaproj/aqua-registry to v4.259.0 #584

Workflow file for this run

name: Run chezmoi
on:
- push
jobs:
install:
permissions:
pull-requests: write
name: Install dotfiles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y zsh
- name: Install dotfiles
id: install
run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply -S .
shell: zsh {0}