Compare commits

..

4 commits

7 changed files with 17 additions and 13 deletions

View file

@ -14,6 +14,8 @@
[
"Vintage",
],
"theme": "Adaptive.sublime-theme",
"index_files": true,
"color_scheme": "auto",
"dark_color_scheme": "Catppuccin Mocha.sublime-color-scheme",
"light_color_scheme": "Catppuccin Latte.sublime-color-scheme",

View file

@ -30,9 +30,9 @@ set -gx POETRY_HTTP_BASIC_PYPI_PASSWORD $PYPI_TOKEN
set -gx ANSIBLE_NOCOWS 1
{{- if eq .chezmoi.os "darwin" }}
set -g fish_greeting "Yo ✌🏻Bien ?"
set -g fish_greeting "Wsh, bien ?"
{{- else }}
set -g fish_greeting "Yo ✌ Bien ?"
set -g fish_greeting "Wsh, bien ?"
{{- end }}
# Install python with pyenv with tcl/tk support
@ -42,6 +42,7 @@ set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/mise/installs/python/
set -gx PIP_REQUIRE_VIRTUALENV true
set -gx MISE_PYTHON_VENV_AUTO_CREATE true
set -gx ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX YES
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
set -gx EDITOR nvim

View file

@ -0,0 +1,3 @@
function tmssh --wraps=ssh --description 'start ssh with tmux'
ssh -t $argv 'tmux -CC new -A -s tmssh'
end

View file

@ -0,0 +1,4 @@
function ubuntu --description 'alias ubuntu tmssh ubuntu'
tmssh ubuntu $argv
end

View file

@ -86,3 +86,8 @@ setw -g window-status-bell-style 'fg=black bg=yellow bold'
# messages
set -g message-style 'fg=black bg=white bold'
# https://gitlab.com/gnachman/iterm2/-/wikis/tmux-Integration-Best-Practices#i-want-to-see-tmux-window-titles-as-tabwindow-titles-in-iterm2
set-option -g set-titles on
set-option -g set-titles-string '#T'

0
empty_dot_hushlogin Normal file
View file

View file

@ -8,17 +8,6 @@ Host ubuntu
ControlMaster auto
ControlPath ~/.ssh/control-%C
ControlPersist 4h
RequestTTY yes
RemoteCommand tmux -CC new -A -s tmssh
Host ubuntu-no-tmux
Hostname 192.168.0.6
User gaugendre
ForwardAgent yes
ControlMaster auto
ControlPath ~/.ssh/control-%C
ControlPersist 4h
RequestTTY yes
Host hass
Hostname 192.168.0.9