From f391f51c61437dac8045604c631c19133a6e2bfe Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 26 Jan 2024 16:43:23 -0500 Subject: [PATCH] Add gitkraken-cli --- modules/home-manager/common/all-cli.nix | 3 +++ modules/system/common/all-darwin.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 0489dc2..b0e2599 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -270,6 +270,9 @@ in { # Open Neovim with the selected config NVIM_APPNAME=$(basename $config) nvim $* } + + # unset oh-my-zsh's gk so that gk can refer to the gitkraken-cli + unalias gk ''; oh-my-zsh = { enable = true; diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index a037702..980bdf0 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -47,6 +47,7 @@ "font-inconsolata-g-for-powerline" "font-source-code-pro-for-powerline" "gitkraken" + "gitkraken-cli" "handbrake" "imageoptim" "iterm2"