From 49a646318bc01dd065fbf2be6e36adf325769e5a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 26 May 2020 20:47:05 +0100 Subject: [PATCH] Install GitHub and Gitea CLIs --- files/zshrc/applications.sh | 2 +- tasks/dev.yml | 1 + tasks/intersect.yml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/zshrc/applications.sh b/files/zshrc/applications.sh index 27159bf..80a0f42 100644 --- a/files/zshrc/applications.sh +++ b/files/zshrc/applications.sh @@ -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 diff --git a/tasks/dev.yml b/tasks/dev.yml index a6fba95..9c3a158 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -25,6 +25,7 @@ - docker - docker-compose - firefox-developer-edition + - github-cli-bin - hugo - poetry - postgresql diff --git a/tasks/intersect.yml b/tasks/intersect.yml index 10d7087..06b2c7d 100644 --- a/tasks/intersect.yml +++ b/tasks/intersect.yml @@ -9,11 +9,12 @@ - calibre - deluge - feedreader + - gitea-tea - nextcloud-client + - qownnotes - quassel-client - terraform - terraform-lsp-bin - - qownnotes - name: Create dotfiles directory