updated bashrc, helix, starship, tmux, and vim configurations
This commit is contained in:
parent
a25deb5e20
commit
2cf21cea4d
7 changed files with 33 additions and 19 deletions
1
bashrc
1
bashrc
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
alias hx='helix'
|
alias hx='helix'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
alias lsd="lsd -l"
|
||||||
alias imgcat="wezterm imgcat --height 50%"
|
alias imgcat="wezterm imgcat --height 50%"
|
||||||
alias motd="rust-motd"
|
alias motd="rust-motd"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
theme = "val-onedark"
|
theme = "val-onedark"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
|
auto-completion = false
|
||||||
|
auto-format = false
|
||||||
auto-pairs = false
|
auto-pairs = false
|
||||||
|
idle-timeout = 2000
|
||||||
[editor.file-picker]
|
|
||||||
hidden = false
|
|
||||||
|
|
||||||
[editor.lsp]
|
[editor.lsp]
|
||||||
display-messages = true
|
display-messages = true
|
||||||
|
|
||||||
|
[keys.insert]
|
||||||
|
C-space = "completion"
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
name = "rust"
|
name = "rust"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[language.auto-pairs]
|
|
||||||
# no auto pairs >:(
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "bash"
|
name = "bash"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
@ -15,6 +12,10 @@ shebangs = ["sh", "bash", "/usr/bin/bash", "/usr/bin/sh"]
|
||||||
name = "c"
|
name = "c"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "cpp"
|
||||||
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "c-sharp"
|
name = "c-sharp"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
@ -36,6 +37,10 @@ indent = { tab-width = 4, unit = "\t" }
|
||||||
name = "json"
|
name = "json"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "lua"
|
||||||
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "markdown"
|
name = "markdown"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
|
@ -54,7 +54,7 @@ diagnostic = { modifiers = ["underlined"] }
|
||||||
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
|
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
|
||||||
|
|
||||||
"ui.selection" = { bg = "light-gray" }
|
"ui.selection" = { bg = "light-gray" }
|
||||||
"ui.selection.primary" = { bg = "gray" }
|
"ui.selection.primary" = {} #{ bg = "gray" }
|
||||||
|
|
||||||
"ui.linenr" = { fg = "linenr" }
|
"ui.linenr" = { fg = "linenr" }
|
||||||
"ui.linenr.selected" = { fg = "white" }
|
"ui.linenr.selected" = { fg = "white" }
|
||||||
|
@ -63,7 +63,7 @@ diagnostic = { modifiers = ["underlined"] }
|
||||||
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
||||||
|
|
||||||
"ui.text" = { fg = "white" }
|
"ui.text" = { fg = "white" }
|
||||||
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
|
"ui.text.focus" = { fg = "white", modifiers = ["bold"] }
|
||||||
|
|
||||||
"ui.help" = { bg = "gray" }
|
"ui.help" = { bg = "gray" }
|
||||||
"ui.popup" = { bg = "gray" }
|
"ui.popup" = { bg = "gray" }
|
||||||
|
|
|
@ -37,8 +37,8 @@ format = "[$symbol]($style) "
|
||||||
# /____/ /____/
|
# /____/ /____/
|
||||||
|
|
||||||
[cmake]
|
[cmake]
|
||||||
#symbol = "C "
|
symbol = "C "
|
||||||
symbol = " "
|
#symbol = " "
|
||||||
|
|
||||||
[dotnet]
|
[dotnet]
|
||||||
format = "[$symbol($version )]($style)"
|
format = "[$symbol($version )]($style)"
|
||||||
|
@ -66,6 +66,9 @@ symbol = "Lua "
|
||||||
[perl]
|
[perl]
|
||||||
symbol = "Perl "
|
symbol = "Perl "
|
||||||
|
|
||||||
|
[php]
|
||||||
|
symbol = "PHP "
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
symbol = "Py "
|
symbol = "Py "
|
||||||
#symbol = " "
|
#symbol = " "
|
||||||
|
|
16
tmux.conf
16
tmux.conf
|
@ -46,7 +46,7 @@ bind e next-window
|
||||||
setw -g clock-mode-colour colour7
|
setw -g clock-mode-colour colour7
|
||||||
setw -g clock-mode-style 12
|
setw -g clock-mode-style 12
|
||||||
|
|
||||||
setw -g mode-style 'fg=colour15 bold bg=colour240'
|
setw -g mode-style 'fg=colour15 bold bg=colour235'
|
||||||
|
|
||||||
# Panes
|
# Panes
|
||||||
set -g pane-border-style 'fg=colour251'
|
set -g pane-border-style 'fg=colour251'
|
||||||
|
@ -57,15 +57,17 @@ set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style 'fg=colour15'
|
set -g status-style 'fg=colour15'
|
||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
set -g status-right '#[fg=colour233]#[fg=colour15,bg=colour233] #H #[fg=colour233,bg=colour240] %m/%d #[fg=colour233,bg=colour247] %I:%M '
|
set -g status-right ' #[fg=colour233]#[fg=colour15,bg=colour233] #(whoami)@#H #[fg=colour236,bg=colour233]#[fg=colour15,bg=colour236] %m/%d #[fg=colour239,bg=colour236]#[fg=colour15,bg=colour239] %I:%M '
|
||||||
|
# set -g status-right ' #[fg=colour233]#[fg=colour15,bg=colour233] #H #[fg=colour236,bg=colour233]#[fg=colour15,bg=colour236] %m/%d #[fg=colour239,bg=colour236]#[fg=colour15,bg=colour239] %I:%M '
|
||||||
|
|
||||||
setw -g window-status-current-style 'fg=colour15 bold bg=colour241' #67bg
|
setw -g window-status-current-style 'fg=colour15 bold bg=colour242'
|
||||||
setw -g window-status-current-format ' #I: #W '
|
setw -g window-status-current-format ' #W '
|
||||||
|
|
||||||
setw -g window-status-style 'fg=colour15 bg=colour237'
|
setw -g window-status-style 'fg=colour15 bg=colour233' # 'fg=colour15 bg=colour237'
|
||||||
setw -g window-status-format ' #I: #W '
|
setw -g window-status-format ' #W '
|
||||||
|
|
||||||
setw -g window-status-bell-style 'fg=colour7 bg=colour202'
|
setw -g window-status-bell-style 'fg=colour7 bg=colour202'
|
||||||
|
|
||||||
set -g message-style 'fg=colour15 bg=colour235'
|
set -g message-style 'fg=colour15'
|
||||||
|
# bg=colour235
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
let g:onedark_termcolors = 256
|
let g:onedark_termcolors = 256
|
||||||
" colorscheme onedark
|
colorscheme onedark
|
||||||
colorscheme pablo
|
" colorscheme pablo
|
||||||
|
|
||||||
set autoindent
|
set autoindent
|
||||||
set noexpandtab
|
set noexpandtab
|
Loading…
Reference in a new issue