Skip to content

update Scrollback Lines on iterm2 #51

update Scrollback Lines on iterm2

update Scrollback Lines on iterm2 #51

Workflow file for this run

name: "laptop"
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
laptop:
name: "laptop"
runs-on: macos-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Remove aws bin
run: |
rm '/usr/local/bin/aws'
rm '/usr/local/bin/aws_completer'
- name: Setup laptop
run: make setup