mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add github cli and gh-notify addon to packages
This commit is contained in:
parent
96a7166919
commit
77be2053c9
|
@ -126,6 +126,7 @@ pacman:
|
|||
# Development
|
||||
- git-delta # Neat tool for showing git diffs and resolving merges
|
||||
- codespell # Spell checker for code files
|
||||
- github-cli # Manage multiple GitHub features from terminal
|
||||
#- code # Open sourced version of vscode (doesn't have good extensions support)
|
||||
|
||||
aur:
|
||||
|
@ -169,4 +170,5 @@ aur:
|
|||
#- code-marketplace # Enable the offical MS vscode marketplace for 'code' (code-oss)
|
||||
git:
|
||||
- https://aur.archlinux.org/yay-git.git # Pacman wrapper and AUR helper
|
||||
|
||||
github-cli:
|
||||
- meiji163/gh-notify
|
||||
|
|
Loading…
Reference in a new issue