Fix config error
This commit is contained in:
parent
3e1f864675
commit
2b743f3985
@ -4,11 +4,14 @@ LICENSE
|
|||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
.msmtprc
|
.msmtprc
|
||||||
.muttrc
|
.muttrc
|
||||||
.msmtprc
|
.mbsyncrc
|
||||||
.Xresources
|
.Xresources
|
||||||
.xsession
|
.xsession
|
||||||
.config/openbox/*
|
.config/openbox/*
|
||||||
.config/nvim/after
|
.config/nvim/after
|
||||||
|
.config/nvim/lua/plugins/editor.lua
|
||||||
|
.config/nvim/lua/plugins/lsp.lua
|
||||||
|
.config/nvim/lua/plugins/treesitter.lua
|
||||||
{{ else }}
|
{{ else }}
|
||||||
.config/nvim/lazyvim.json
|
.config/nvim/lazyvim.json
|
||||||
.config/nvim/stylua.toml
|
.config/nvim/stylua.toml
|
||||||
|
@ -16,8 +16,11 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
-- kanagawa
|
||||||
|
{
|
||||||
|
"rebelot/kanagawa.nvim",
|
||||||
|
},
|
||||||
|
|
||||||
-- Configure LazyVim to load gruvbox
|
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -52,14 +52,13 @@ set -g @catppuccin_window_default_text "#W"
|
|||||||
set -g @catppuccin_window_current_fill "number"
|
set -g @catppuccin_window_current_fill "number"
|
||||||
set -g @catppuccin_window_current_text "#W"
|
set -g @catppuccin_window_current_text "#W"
|
||||||
|
|
||||||
set -g @catppuccin_status_modules_right "directory user host date_time session"
|
set -g @catppuccin_status_modules_right "user host date_time session"
|
||||||
set -g @catppuccin_status_left_separator " "
|
set -g @catppuccin_status_left_separator " "
|
||||||
set -g @catppuccin_status_right_separator ""
|
set -g @catppuccin_status_right_separator ""
|
||||||
set -g @catppuccin_status_right_separator_inverse "no"
|
set -g @catppuccin_status_right_separator_inverse "no"
|
||||||
set -g @catppuccin_status_fill "icon"
|
set -g @catppuccin_status_fill "icon"
|
||||||
set -g @catppuccin_status_connect_separator "no"
|
set -g @catppuccin_status_connect_separator "no"
|
||||||
|
|
||||||
set -g @catppuccin_directory_icon " "
|
|
||||||
set -g @catppuccin_host_text "#{host_short}"
|
set -g @catppuccin_host_text "#{host_short}"
|
||||||
set -g @catppuccin_user_icon " "
|
set -g @catppuccin_user_icon " "
|
||||||
set -g @catppuccin_host_icon " "
|
set -g @catppuccin_host_icon " "
|
||||||
@ -74,9 +73,6 @@ set -g @plugin 'tmux-plugins/tmux-pain-control'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-logging'
|
set -g @plugin 'tmux-plugins/tmux-logging'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
{{- if eq .chezmoi.os "openbsd" }}
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
# Initialize TMUX plugin manager
|
# Initialize TMUX plugin manager
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
Loading…
Reference in New Issue
Block a user