To install dependencies:
bun install
To run:
bun run index.ts
To run specific scripts:
update the file permission to executable using chmod +x
./dibm.ts
./dis.ts
./pr.ts
./brew.ts
This project was created using bun init
in bun v1.1.26. Bun is a fast all-in-one JavaScript runtime.
All config files required to setup machine/project/terminal
- Install everything from brew.txt as few configs are dependent
- Ctrl + R binding config for interactive history with fuzzy search
- Powerlevel10k theme custom setup
- Default prettier config for Web Projects
- Starter template for .gitignore
- Profile > Other Actions > Import JSON Profiles
- Automate deployment to raise the PR against specific branch using BunJS (i.e. did ↩️)
- Sync the current branch with any branch (i.e. dis branch_to_sync_with ↩️)
- Create Back merge PR (i.e. dibm ↩️)
- Create GitHub PR URL against any branch from the current branch (i.e. pr master ↩️)