diff --git a/dot_config/mise/config.toml b/dot_config/mise/config.toml index a8c7928..8974174 100644 --- a/dot_config/mise/config.toml +++ b/dot_config/mise/config.toml @@ -16,6 +16,10 @@ starship = "latest" "npm:yaml-language-server" = "latest" "npm:vscode-langservers-extracted" = "latest" tmux = "latest" +fzf = "latest" [env] RIPGREP_CONFIG_PATH = "{{ env.HOME }}/.config/ripgrep/config" +HOMEBREW_NO_ANALYTICS = 1 +MISE_GITHUB_TOKEN = "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" +_.path = "/Applications/Beyond Compare.app/Contents/MacOS" diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index cc6a89a..2b30f85 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -53,4 +53,4 @@ set -g status-right-style default set -g status-style fg=black,bg=colour237 bind h display-popup -T "htop" -E -w 90% -h 90% "htop" -bind g display-popup -T "lazygit" -E -w 90% -h 90% "cd #{pane_current_path} && lazygit" +bind g run -C "display-popup -T \"lazygit\" -E -E -w 90% -h 90% \"lazygit -p #{pane_current_path}\""