mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
add github cli package
This commit is contained in:
parent
08e4e5a657
commit
39bc189b68
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
home.packages = with pkgs; [
|
||||
babelfish # Lets fish speak bash
|
||||
bottom # Prettier top
|
||||
gh # Github CLI
|
||||
httpie # Better curl
|
||||
jq # JSON pretty printer and manipulator
|
||||
mtr # Better traceroute
|
||||
|
@ -20,4 +21,4 @@
|
|||
python3 # Python 3
|
||||
tldr # TLDR pages
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue