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 gd="git diff"
|
||||||
alias git-root='cd $(git root)'
|
alias git-root='cd $(git root)'
|
||||||
|
|
||||||
gh() {
|
hub() {
|
||||||
if [ $# -eq 1 ]; then
|
if [ $# -eq 1 ]; then
|
||||||
command git clone git@github.com:RealOrangeOne/${1} --recursive && cd ${1}
|
command git clone git@github.com:RealOrangeOne/${1} --recursive && cd ${1}
|
||||||
else
|
else
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
- docker
|
- docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- firefox-developer-edition
|
- firefox-developer-edition
|
||||||
|
- github-cli-bin
|
||||||
- hugo
|
- hugo
|
||||||
- poetry
|
- poetry
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
|
@ -9,11 +9,12 @@
|
||||||
- calibre
|
- calibre
|
||||||
- deluge
|
- deluge
|
||||||
- feedreader
|
- feedreader
|
||||||
|
- gitea-tea
|
||||||
- nextcloud-client
|
- nextcloud-client
|
||||||
|
- qownnotes
|
||||||
- quassel-client
|
- quassel-client
|
||||||
- terraform
|
- terraform
|
||||||
- terraform-lsp-bin
|
- terraform-lsp-bin
|
||||||
- qownnotes
|
|
||||||
|
|
||||||
|
|
||||||
- name: Create dotfiles directory
|
- name: Create dotfiles directory
|
||||||
|
|
Loading…
Reference in a new issue