Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Nov 7, 2024
1 parent f51b4a9 commit 507de9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/nvim/lua/_lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ local gruvbox_theme = {
c = { bg = colors.black, fg = colors.lightgray },
},
replace = {
a = { bg = colors.aqua, fg = colors.black, gui = 'bold' },
a = { bg = colors.green, fg = colors.black, gui = 'bold' },
b = { bg = colors.darkgray, fg = colors.white },
c = { bg = colors.black, fg = colors.lightgray },
},
command = {
a = { bg = colors.green, fg = colors.black, gui = 'bold' },
a = { bg = colors.aqua, fg = colors.black, gui = 'bold' },
b = { bg = colors.darkgray, fg = colors.white },
c = { bg = colors.black, fg = colors.lightgray },
},
Expand Down
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set -g default-terminal "screen-256color"
set-option -sa terminal-features ',xterm-256color:RGB'
# set-option -ga terminal-overrides ",*256col*:Tc"
# set-window-option -g alternate-screen on
set -g mouse on
Expand Down
2 changes: 1 addition & 1 deletion install/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ! -d "$PWD/.vim" ]] ; then
fi

DEFAULT_LIST=".bashrc .vimrc .gdbinit .gitconfig .inputrc .tmux.conf .psqlrc .radare2rc .bash .vim .tmux .ipython .gdbinit.d"
DEFAULT_CONF_LIST="lf pgcli htop bottom"
DEFAULT_CONF_LIST="lf pgcli htop bottom nvim"

# will be appended by all the grab functions and contain all the path files
# all the the files in this variable are in the format origin::destination,
Expand Down

0 comments on commit 507de9b

Please sign in to comment.