Skip to content

Update .config/sheldon/plugins.toml #20

Update .config/sheldon/plugins.toml

Update .config/sheldon/plugins.toml #20

Workflow file for this run

name: Run chezmoi
on:
- push
jobs:
install:
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
run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply -S .
shell: zsh {0}