Skip to content

Commit

Permalink
feat(gh-cli): added gh-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Feb 6, 2024
1 parent 366df02 commit fbc742c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions taskfiles/compiled_trial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ env:
tasks:
default:
deps:
- ctags
- duf
- gh
- jo
- lunarvim
- nodejs
- pv
- vifm

ctags:
desc: >
Expand All @@ -35,6 +42,7 @@ tasks:

duf:
desc: >
NOTE: use go_extras:duf
[duf - GitHub](https://github.com/muesli/duf_:
Disk Usage/Free Utility (Linux, BSD, macOS & Windows).
cmds:
Expand All @@ -50,6 +58,22 @@ tasks:
status:
- which duf

gh:
desc: >
[duf - GitHub](https://github.com/muesli/duf_:
Disk Usage/Free Utility (Linux, BSD, macOS & Windows).
cmds:
- git clone https://github.com/cli/cli.git gh-cli
- defer: rm -fr gh-cli
- |
cd gh-cli
make install prefix={{.INSTALL_DIR}}
dir: "{{.HOME}}/tmp"
generates:
- "{{.BIN_DIR}}/gh"
status:
- which gh

jo:
desc: >
[jo - GitHub](https://github.com/jpmens/jo):
Expand Down

0 comments on commit fbc742c

Please sign in to comment.