chore(config): tweaks to gh and tmux configs

This commit is contained in:
2023-09-25 09:10:13 +03:00
parent 5364bef678
commit 91734ffa15
2 changed files with 4 additions and 0 deletions

3
config/gh/hosts.yml Normal file
View File

@@ -0,0 +1,3 @@
github.com:
user: ivuorinen
git_protocol: https

View File

@@ -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'