common: restructure config, update tmux and wezterm

This commit is contained in:
2026-06-18 17:29:42 +02:00
parent a485b83e49
commit ac43221eec
13 changed files with 111 additions and 101 deletions
+2 -2
View File
@@ -132,8 +132,8 @@ if [[ $(whence -p "eza") ]]; then
alias ll="eza -alF --color=auto --hyperlink"
alias ls="eza --color=auto"
else
alias l="ls -lah --color=auto --hyperlink"
alias ll="ls -alF --color=auto --hyperlink"
alias l="ls -lah --color=auto"
alias ll="ls -alF --color=auto"
alias ls="ls --color=auto"
fi
+2 -1
View File
@@ -1,8 +1,9 @@
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
-- config.color_scheme = 'Duotone Dark'
config.enable_scroll_bar = true
config.scrollback_lines = 50000
return config
+1
View File
@@ -9,3 +9,4 @@ setw -g mouse on
setw -g clock-mode-style 24
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
set -g allow-passthrough on