fix(zsh/darwin): remove jd-gui alias, fix ls color in vterm #46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
lints: | |
name: Test Installation | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@main | |
- name: Install system configuration | |
run: ./scripts/init-ubuntu | |
env: | |
INSTALL_DEBIAN_NO_SJTU_SOURCES: 1 | |
INSTALL_DEBIAN_TRACE: 1 | |
- name: Patch username | |
run: ./scripts/patch-vars | |
- name: Install home configurations | |
run: make init-home |