updated bashrc, helix, starship, tmux, and vim configurations

This commit is contained in:
Valerie Wolfe 2022-06-15 15:32:37 -04:00
parent a25deb5e20
commit 2cf21cea4d
7 changed files with 33 additions and 19 deletions

1
bashrc
View file

@ -10,6 +10,7 @@
alias hx='helix'
alias ls='ls --color=auto'
alias lsd="lsd -l"
alias imgcat="wezterm imgcat --height 50%"
alias motd="rust-motd"

View file

@ -1,11 +1,14 @@
theme = "val-onedark"
[editor]
auto-completion = false
auto-format = false
auto-pairs = false
[editor.file-picker]
hidden = false
idle-timeout = 2000
[editor.lsp]
display-messages = true
[keys.insert]
C-space = "completion"

View file

@ -3,9 +3,6 @@
name = "rust"
indent = { tab-width = 4, unit = "\t" }
[language.auto-pairs]
# no auto pairs >:(
[[language]]
name = "bash"
indent = { tab-width = 4, unit = "\t" }
@ -15,6 +12,10 @@ shebangs = ["sh", "bash", "/usr/bin/bash", "/usr/bin/sh"]
name = "c"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "cpp"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "c-sharp"
indent = { tab-width = 4, unit = "\t" }
@ -36,6 +37,10 @@ indent = { tab-width = 4, unit = "\t" }
name = "json"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "lua"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "markdown"
indent = { tab-width = 4, unit = "\t" }

View file

@ -54,7 +54,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
"ui.selection" = { bg = "light-gray" }
"ui.selection.primary" = { bg = "gray" }
"ui.selection.primary" = {} #{ bg = "gray" }
"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "white" }
@ -63,7 +63,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
"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.popup" = { bg = "gray" }

View file

@ -37,8 +37,8 @@ format = "[$symbol]($style) "
# /____/ /____/
[cmake]
#symbol = "C "
symbol = " "
symbol = "C "
#symbol = " "
[dotnet]
format = "[$symbol($version )]($style)"
@ -66,6 +66,9 @@ symbol = "Lua "
[perl]
symbol = "Perl "
[php]
symbol = "PHP "
[python]
symbol = "Py "
#symbol = " "

View file

@ -46,7 +46,7 @@ bind e next-window
setw -g clock-mode-colour colour7
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
set -g pane-border-style 'fg=colour251'
@ -57,15 +57,17 @@ set -g status-position bottom
set -g status-justify left
set -g status-style 'fg=colour15'
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-format ' #I: #W '
setw -g window-status-current-style 'fg=colour15 bold bg=colour242'
setw -g window-status-current-format ' #W '
setw -g window-status-style 'fg=colour15 bg=colour237'
setw -g window-status-format ' #I: #W '
setw -g window-status-style 'fg=colour15 bg=colour233' # 'fg=colour15 bg=colour237'
setw -g window-status-format ' #W '
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

View file

@ -7,8 +7,8 @@
syntax on
filetype plugin on
let g:onedark_termcolors = 256
" colorscheme onedark
colorscheme pablo
colorscheme onedark
" colorscheme pablo
set autoindent
set noexpandtab