Compare commits

..

No commits in common. "de9125dae28116cd5724415e4d83c8a56eab526b" and "1b64bed8454ba9a0252417a9e98762baa9364b99" have entirely different histories.

3 changed files with 27 additions and 22 deletions

View file

@ -50,7 +50,7 @@ then
fi
echo "== zplug"
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh || true
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh || true
echo "== starship"
if ! starship --help > /dev/null

View file

@ -6,39 +6,44 @@ bold_italic_font Liga Operator Mono SSm MediumItalic Nerd Font
disable_ligatures never
wayland_titlebar_color system
# https://github.com/sainnhe/edge-extras/blob/master/kitty/edge-light.conf
foreground #4b505b
background #fafafa
# Onehalf Light Colorscheme for Kitty
# Based on https://github.com/sonph/onehalf
# By https://github.com/dbinary
foreground #383A42
background #FAFAFA
selection_foreground #383A42
selection_background #BFCEFF
url_color #F0F0F0
# black
color0 #4b505b
color8 #4b505b
color0 #383A42
color8 #383A42
# red
color1 #d05858
color9 #d05858
color1 #E45649
color9 #E45649
# green
color2 #608e32
color10 #608e32
color2 #40A14F
color10 #40A14F
# yellow
color3 #be7e05
color11 #be7e05
color3 #C18401
color11 #C18401
# blue
color4 #5079be
color12 #5079be
url_color #5079be
color4 #0184BC
color12 #0184BC
# magenta
color5 #b05ccc
color13 #b05ccc
color5 #A626A4
color13 #A626A4
# cyan
color6 #3a8b84
color14 #3a8b84
color6 #0997B3
color14 #0997B3
# white
color7 #fafafa
color15 #fafafa
color7 #FAFAFA
color15 #FAFAFA

View file

@ -313,7 +313,7 @@ endif
let g:airline_symbols.branch = ''
let g:airline_symbols.dirty=' '
let g:airline_symbols.linenr = '☰ '
let g:airline_symbols.maxlinenr = ''
let g:airline_symbols.maxlinenr = ''
let g:airline_left_sep=''
let g:airline_right_sep=''