mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 02:34:19 -05:00
12 lines
228 B
YAML
12 lines
228 B
YAML
scripts:
|
|
- name: Install Dependencies
|
|
command: |
|
|
apm install --frozen
|
|
git restore apm.lock.yaml
|
|
pip install ast-grep-cli
|
|
triggers:
|
|
- session.create
|
|
automation:
|
|
auto_issue_session: true
|
|
remote_control: true
|