Install GitHub and Gitea CLIs

This commit is contained in:
Jake Howard 2020-05-26 20:47:05 +01:00
parent 8e56440893
commit 49a646318b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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