From 9e17b4fee10b8ab3d44285e8357982f7a4aead42 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 18 Apr 2023 16:45:48 -0400 Subject: [PATCH] disable atuin up arrow and add `difft` --- setup-mac.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-mac.sh b/setup-mac.sh index fb03154..41b8428 100755 --- a/setup-mac.sh +++ b/setup-mac.sh @@ -36,6 +36,7 @@ has_bin "chezmoi" || nix profile install nixpkgs#chezmoi has_bin "croc" || nix profile install nixpkgs#croc has_bin "curlie" || nix profile install nixpkgs#curlie has_bin "delta" || nix profile install nixpkgs#delta +has_bin "difft" || nix profile install nixpkgs#difftastic has_bin "direnv" || nix profile install nixpkgs#direnv has_bin "dnsproxy" || nix profile install nixpkgs#dnsproxy has_bin "dust" || nix profile install nixpkgs#du-dust @@ -142,6 +143,7 @@ theme = "onelight" true-color = true color-modes = true idle-timeout = 75 +mouse = false [editor.indent-guides] render = true @@ -261,7 +263,7 @@ install -m 640 ./.zshrc "$HOME/" AUTO_FILE="$HOME/.zshrc.auto" echo > "$AUTO_FILE" -atuin init zsh >> "$AUTO_FILE" +atuin init zsh --disable-up-arrow >> "$AUTO_FILE" direnv hook zsh >> "$AUTO_FILE" starship init zsh --print-full-init >> "$AUTO_FILE" zoxide init zsh >> "$AUTO_FILE"