kak aliases, disable mas
parent
0ab9c66cf2
commit
6e1ea63366
|
@ -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.
|
||||
|
|
|
@ -223,4 +223,9 @@ in
|
|||
'';
|
||||
onVariable = "term_background";
|
||||
};
|
||||
programs.fish.shellAliases = {
|
||||
vi = "kak";
|
||||
vim = "kak";
|
||||
nvim = "kak";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue