[fix] Update the configs and change sessions

This commit is contained in:
Uttarayan Mondal
2022-12-12 17:45:24 +05:30
parent 113a235bc5
commit 113fe0d4ef
3 changed files with 13 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
tmux new-session -d -s 'aftershoot' -n 'neovim' -c ~/Projects/aftershoot/rust-backend tmux new-session -d -s 'aftershoot' -n 'neovim' -c ~/Projects/aftershoot
tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot/rust-backend tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -c ~/Projects/aftershoot/rust-backend tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -c ~/Projects/aftershoot/rust-backend tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -c ~/Projects/aftershoot/desktop-app tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
tmux new-window -t aftershoot -c ~/Projects/aftershoot/desktop-app tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
# tmux new-window -t aftershoot -c ~/Projects/aftershoot/python-backend tmux new-window -t aftershoot -n shell -c ~/Projects/aftershoot
# tmux new-window -t aftershoot -c ~/Projects/aftershoot/python-backend 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 tmux select-window -t aftershoot:0

View File

@@ -9,6 +9,9 @@ set -g @plugin 'wfxr/tmux-fzf-url'
# set -g @dracula-show-left-sep  # set -g @dracula-show-left-sep 
# set -g @dracula-show-right-sep  # set -g @dracula-show-right-sep 
set -g @dracula-show-powerline true 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 # Theme
set -g @plugin 'dracula/tmux' set -g @plugin 'dracula/tmux'

View File

@@ -1,7 +1,7 @@
local wezterm = require 'wezterm'; local wezterm = require 'wezterm';
return { return {
font = wezterm.font("Hasklug Nerd Font Mono"), font = wezterm.font("Hasklug Nerd Font"),
font_size = 16, font_size = 16,
colors = { colors = {
-- The default text color -- The default text color