e7338d0c9900

Fix terminal colors
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Oct 2023 13:52:23 -0400
parents c4bb62cd1c7f
children 80f0db7bdfd0
branches/tags (none)
files remote/bootstrap.sh remote/st remote/st-256color vim/vimrc vim/vimrc-minimal

Changes

--- 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
 
 " }}}