added github cli

This commit is contained in:
Rouven Seifert 2022-12-22 12:10:46 +01:00
parent 11a17d6794
commit e366f02180
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,8 @@
fzf
powerline-fonts
gh # github cli tool
# sound
pavucontrol

View file

@ -13,7 +13,7 @@
oh-my-zsh = {
enable = true;
# plugins = [ "zsh-autosuggestions" "fzf-tab" ];
plugins = [ "gh" ];
theme = "agnoster";
};