Update git, tmux, vscode, nvim, update bin's, openbox

This commit is contained in:
Smirnov Alexandr 2021-03-05 19:52:47 +02:00
parent 197750ffa3
commit 4400d0aac8
13 changed files with 64 additions and 1059 deletions

View file

@ -1,73 +0,0 @@
window:
title: Alacritty
class:
instance: Alacritty
general: Alacritty
padding:
x: 0
y: 0
font:
antialias: lcd
hinting: true
size: 10.0
normal:
family: JetBrains Mono
style: Regular
bold:
family: JetBrains Mono
style: Bold
italic:
family: JetBrains Mono
style: Italic
bold_italic:
family: JetBrains Mono
style: Bold Italic
offset:
x: 1
y: 0
cursor:
style: Underline
Underline:
height: 0.5 - 2
scrolling.history: 1000
debug.render_timer: false
#draw_bold_text_with_bright_colors: false
draw_bold_text_with_bright_colors: true
background_opacity: 0.75
dynamic_title: false
colors:
primary:
background: "0x262A2B"
foreground: "0xFFFFFF"
cursor:
text: "0x7D7D7D"
cursor: "0xDFDFDF"
selection:
text: "0xEDEBD7"
background: "0x262A3B"
normal:
black: "0x181818"
red: "0xab4642"
green: "0xa1b56c"
yellow: "0xf7ca88"
blue: "0x7cafc2"
magenta: "0xba8baf"
cyan: "0x86c1b9"
white: "0xd8d8d8"
bright:
black: "0x585858"
red: "0xab4642"
green: "0xa1b56c"
yellow: "0xf7ca88"
blue: "0x7cafc2"
magenta: "0xba8baf"
cyan: "0x86c1b9"
white: "0xf8f8f8"
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }