[fix] Update the configs and change sessions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user