Skip to content

zsh update

zsh update #8

Workflow file for this run

name: dotfiles-CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 5 * * 1"
concurrency:
group: ${{github.ref}}-${{github.head_ref}}-ci
cancel-in-progress: true
jobs:
OSX:
runs-on: macos-latest
steps:
- name: Dependencies
run: |
brew install chezmoi
- name: Install
run: |
echo ${GITHUB_REF##*/}
chezmoi init https://github.com/marchdf/dotfiles.git --branch ${GITHUB_REF##*/} --promptString email="" --promptBool use_zsh_root_dir=false
chezmoi data
# chezmoi apply -v