Skip to content

Add: aliases for oh-my-bash #55

Add: aliases for oh-my-bash

Add: aliases for oh-my-bash #55

Workflow file for this run

name: ci-dotfiles
on:
push:
tags:
- "*"
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci-dotfiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install deps, make & lint
env:
TERM: xterm
run: |
sudo apt update && sudo apt install -y bash git make shellcheck vim curl
make help
make dotfiles
# shellcheck ~/.bashrc
# shellcheck ~/.bash_profile