Skip to content

feat(zsh): use ohmyzsh plugin/z instead of agkozak/zsh-z #8

feat(zsh): use ohmyzsh plugin/z instead of agkozak/zsh-z

feat(zsh): use ohmyzsh plugin/z instead of agkozak/zsh-z #8

Workflow file for this run

name: Dotfiles Install
on: [push]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
- uses: bahmutov/npm-install@v1
with:
working-directory: phoenix
- run: cd phoenix && yarn
- run: make phoenix
- name: Install dotfiles
run: ./install --except asdf