--- a/remote/bootstrap.sh Tue Oct 03 13:15:18 2023 -0400
+++ b/remote/bootstrap.sh Tue Oct 03 13:52:23 2023 -0400
@@ -23,7 +23,10 @@
mkdir -p ~/.config/nvim
mkdir -p ~/bin
mkdir -p ~/.vim
+mkdir -p ~/.terminfo/s
+ensure_link "src/dotfiles/st" ".terminfo/s/st"
+ensure_link "src/dotfiles/st-256color" ".terminfo/s/st-256color"
ensure_link "src/dotfiles/gitconfig" ".gitconfig"
ensure_link "src/dotfiles/gitignore" ".gitignore"
ensure_link "src/dotfiles/bash_profile" ".bash_profile"
Binary file remote/st has changed
Binary file remote/st-256color has changed
--- a/vim/vimrc Tue Oct 03 13:15:18 2023 -0400
+++ b/vim/vimrc Tue Oct 03 13:52:23 2023 -0400
@@ -40,6 +40,7 @@
" }}}
" Color scheme ------------------------------------------------------------ {{{
+set termguicolors
let g:badwolf_tabline = 2
let g:badwolf_html_link_underline = 0
colorscheme goodwolf
--- a/vim/vimrc-minimal Tue Oct 03 13:15:18 2023 -0400
+++ b/vim/vimrc-minimal Tue Oct 03 13:52:23 2023 -0400
@@ -171,7 +171,6 @@
" Color scheme {{{
syntax on
-set termguicolors
set background=dark
" }}}