From 2abc316cd32b7cd06abd41137ba197fe4c0e68a3 Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 7 Feb 2022 00:09:16 -0500 Subject: [PATCH] Add obsidian to homebrew, change default branch to main --- darwin/homebrew.nix | 1 + home/git.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index eb7feda..5f3442a 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -59,6 +59,7 @@ in "lagrange" "lulu" "mullvadvpn" + "obsidian" "rectangle" "signal" "steam" diff --git a/home/git.nix b/home/git.nix index 30a4913..6f063fb 100644 --- a/home/git.nix +++ b/home/git.nix @@ -10,6 +10,7 @@ core.editor = "${pkgs.neovim-remote}/bin/nvr --remote-wait-silent -cc split"; diff.colorMoved = "default"; pull.rebase = true; + init.defaultBranch = "main"; }; programs.git.ignores = [