all repos

dotfiles @ 5c89b48

my dotfiles
4 files changed, 5 insertions(+), 16 deletions(-)
Updated alacritty, kitt, fish.

Kitty, update font size and tab line background color
Alacritty enabled window decorations
Fish, update alias for open `nvim`, add alias for `go mod`
Neovim, deleted a config and add a link to neovim cofig repo
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-17 00:42:01 +0300
Parent: b14b4d8
D .gitmodules

@@ -1,3 +0,0 @@

-[submodule "config/nvim"] - path = config/nvim - url = git@github.com:flof-ik/nvim.git
M config/alacritty.yml

@@ -4,7 +4,7 @@

window: title: Alacritty dynamic_padding: false - decorations: "None" + decorations: "Full" opacity: 1 padding: x: 0
M config/fish/conf.d/alias.fish

@@ -12,12 +12,13 @@ alias ll ls

# vim alias vim nvim -alias v vim +alias e vim # go alias gor "go run" alias gob "go build" alias gog "go get" +alias gom "go mod" # navigations alias ... "cd ../.."
M config/kitty/kitty.conf

@@ -2,7 +2,7 @@ linux_display_server x11

sync_to_monitor yes ## Font -font_size 12.0 +font_size 13.0 font_family Jetbrains Mono bold_font auto italic_font auto

@@ -47,15 +47,11 @@ selection_background #2D4F67

selection_foreground #C8C093 url_color #72A7BC cursor #C8C093 - -# Tabs active_tab_background #2D4F67 active_tab_foreground #DCD7BA inactive_tab_background #223249 inactive_tab_foreground #727169 -#tab_bar_background #15161E - -# normal +tab_bar_background #15161E color0 #090618 color1 #C34043 color2 #76946A

@@ -64,8 +60,6 @@ color4 #7E9CD8

color5 #957FB8 color6 #6A9589 color7 #C8C093 - -# bright color8 #727169 color9 #E82424 color10 #98BB6C

@@ -74,8 +68,5 @@ color12 #7FB4CA

color13 #938AA9 color14 #7AA89F color15 #DCD7BA - - -# extended colors color16 #FFA066 color17 #FF5D62