From 91734ffa158c72bbf2cd5d9db4abb603dccf513a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 25 Sep 2023 09:10:13 +0300 Subject: [PATCH] chore(config): tweaks to gh and tmux configs --- config/gh/hosts.yml | 3 +++ config/tmux/tmux.conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 config/gh/hosts.yml diff --git a/config/gh/hosts.yml b/config/gh/hosts.yml new file mode 100644 index 0000000..cbade7e --- /dev/null +++ b/config/gh/hosts.yml @@ -0,0 +1,3 @@ +github.com: + user: ivuorinen + git_protocol: https diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index a2a9224..7a8ce90 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -137,6 +137,7 @@ set -g @continuum-boot 'on' ## https://github.com/tmux-plugins/tmux-resurrect set -g @resurrect-strategy-nvim 'session' +set -g @resurrect-dir '$HOME/.local/state/tmux/tmux-resurrect' # Finally run the tmux plugin manager run '~/.dotfiles/config/tmux/plugins/tpm/tpm'