Install GitHub and Gitea CLIs
This commit is contained in:
parent
8e56440893
commit
49a646318b
3 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@ alias gs="git status"
|
|||
alias gd="git diff"
|
||||
alias git-root='cd $(git root)'
|
||||
|
||||
gh() {
|
||||
hub() {
|
||||
if [ $# -eq 1 ]; then
|
||||
command git clone git@github.com:RealOrangeOne/${1} --recursive && cd ${1}
|
||||
else
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
- docker
|
||||
- docker-compose
|
||||
- firefox-developer-edition
|
||||
- github-cli-bin
|
||||
- hugo
|
||||
- poetry
|
||||
- postgresql
|
||||
|
|
|
@ -9,11 +9,12 @@
|
|||
- calibre
|
||||
- deluge
|
||||
- feedreader
|
||||
- gitea-tea
|
||||
- nextcloud-client
|
||||
- qownnotes
|
||||
- quassel-client
|
||||
- terraform
|
||||
- terraform-lsp-bin
|
||||
- qownnotes
|
||||
|
||||
|
||||
- name: Create dotfiles directory
|
||||
|
|
Loading…
Reference in a new issue