From 2519cdde01fa882782eae90b2db0d22383f1d02e Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Wed, 15 Oct 2025 22:04:02 -0400 Subject: [PATCH] [UPDATE] wezterm configs for native linux --- config_files/wezterm.desktop | 10 ++++++++++ zsh/.zshrc | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 config_files/wezterm.desktop diff --git a/config_files/wezterm.desktop b/config_files/wezterm.desktop new file mode 100644 index 0000000..c313d40 --- /dev/null +++ b/config_files/wezterm.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=WezTerm +Comment=Wez's Terminal Emulator +Exec=wezterm --config-file /home/daveanand/.config/nvim/config_files/wezterm.lua +Icon=/home/daveanand/.local/repos/wezterm/assets/icon/terminal.png +Terminal=false +Type=Application +Categories=Utility;TerminalEmulator; + diff --git a/zsh/.zshrc b/zsh/.zshrc index 9c09c89..5b6f482 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -95,7 +95,7 @@ fi # export ARCHFLAGS="-arch $(uname -m)" export LESS="-R" -export WEZTERM_CONFIG_FILE=~/.config/nvim/wezterm.lua +export WEZTERM_CONFIG_FILE=~/.config/nvim/config_files/wezterm.lua export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=015,bold" # ruby environement manager eval "$(~/.local/repos/rbenv/bin/rbenv init - --no-rehash zsh)"