From 6e1ea63366a03cb2cbaabaaca260aed4ef69acdd Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 13 Aug 2022 15:31:44 -0400 Subject: [PATCH] kak aliases, disable mas --- darwin/homebrew.nix | 14 +++++++------- home/kakoune.nix | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index a09ec88..f3cdac0 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -45,13 +45,13 @@ in ]; # Prefer installing application from the Mac App Store - homebrew.masApps = { - Bitwarden = 1352778147; - Spark = 1176895641; - # UTM = 1538878817; - Wireguard = 1451685025; - Xcode = 497799835; - }; + # homebrew.masApps = { + # Bitwarden = 1352778147; + # Spark = 1176895641; + # # UTM = 1538878817; + # Wireguard = 1451685025; + # Xcode = 497799835; + # }; # If an app isn't available in the Mac App Store, or the version in the App Store has # limitiations, e.g., Transmit, install the Homebrew Cask. diff --git a/home/kakoune.nix b/home/kakoune.nix index 6d140f6..be3e730 100644 --- a/home/kakoune.nix +++ b/home/kakoune.nix @@ -223,4 +223,9 @@ in ''; onVariable = "term_background"; }; + programs.fish.shellAliases = { + vi = "kak"; + vim = "kak"; + nvim = "kak"; + }; }