From 113fe0d4ef8ba340a6aeda26e8f933ca8cf52c3d Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 12 Dec 2022 17:45:24 +0530 Subject: [PATCH] [fix] Update the configs and change sessions --- config/tmux/sessions/aftershoot | 17 +++++++++-------- config/tmux/tmux.conf | 3 +++ config/wezterm/wezterm.lua | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/config/tmux/sessions/aftershoot b/config/tmux/sessions/aftershoot index 118e126d..6da5fcf4 100755 --- a/config/tmux/sessions/aftershoot +++ b/config/tmux/sessions/aftershoot @@ -1,9 +1,10 @@ -tmux new-session -d -s 'aftershoot' -n 'neovim' -c ~/Projects/aftershoot/rust-backend -tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot/rust-backend -tmux new-window -t aftershoot -c ~/Projects/aftershoot/rust-backend -tmux new-window -t aftershoot -c ~/Projects/aftershoot/rust-backend -tmux new-window -t aftershoot -c ~/Projects/aftershoot/desktop-app -tmux new-window -t aftershoot -c ~/Projects/aftershoot/desktop-app -# tmux new-window -t aftershoot -c ~/Projects/aftershoot/python-backend -# tmux new-window -t aftershoot -c ~/Projects/aftershoot/python-backend +tmux new-session -d -s 'aftershoot' -n 'neovim' -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot +tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot tmux select-window -t aftershoot:0 diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 8ebd1f7c..de398f2d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -9,6 +9,9 @@ set -g @plugin 'wfxr/tmux-fzf-url' # set -g @dracula-show-left-sep  # set -g @dracula-show-right-sep  set -g @dracula-show-powerline true +set -g @dracula-show-location false +set -g @dracula-show-fahrenheit false +set -g @dracula-show-left-icon session # Theme set -g @plugin 'dracula/tmux' diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index 9c0f442d..fa3f5476 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -1,7 +1,7 @@ local wezterm = require 'wezterm'; return { - font = wezterm.font("Hasklug Nerd Font Mono"), + font = wezterm.font("Hasklug Nerd Font"), font_size = 16, colors = { -- The default text color