Compare commits

..

4 Commits

Author SHA1 Message Date
Hektor Misplon d20283c8f7 Improve '.bash_history' config 2025-01-11 15:48:24 +01:00
Hektor Misplon e385015238 Update alacritty config 2025-01-11 15:41:21 +01:00
Hektor Misplon 82b780951d Split alacritty config 2025-01-11 15:34:53 +01:00
Hektor Misplon 4ca7557e98 Use 'nvimdiff' as mergetool 2025-01-06 17:15:03 +01:00
5 changed files with 46 additions and 38 deletions

View File

@ -36,10 +36,10 @@ export PATH=~/.bin:$PATH
# }}}
# History {{{
export HISTSIZE=999999
export HISTFILESIZE= # Unlimited
export HISTCONTROL=ignoreboth:erasedups
export HISTSIZE=500000
# Omit `clear, ls...`; commands prepended with space
export HISTIGNORE="clear:l: *"
export HISTIGNORE=" *:clear:l:ls:cd" # Omit commands from history (e.g. those prepended with space)
# }}}
# Man pages {{{

View File

@ -1,39 +1,15 @@
[colors.primary]
background = '#eeeeee'
foreground = '#222222'
[general]
import = [
"font.toml",
"colors.toml"
]
[colors.cursor]
text = '#eeeeee'
cursor = '#000000'
[scrolling]
history = 100000
multiplier = 8
[colors.normal]
black = '#d4d4d4'
red = '#ba2c69'
green = '#657622'
yellow = '#9b5b1b'
blue = '#2074a5'
magenta = '#8243cf'
cyan = '#257d6f'
white = '#525252'
[colors.bright]
black = '#9e9e9e'
red = '#da407f'
green = '#7b8e2b'
yellow = '#ba6f25'
blue = '#2d8cc5'
magenta = '#985fe6'
cyan = '#2e9786'
white = '#080808'
[font]
size = 18
[font.normal]
family = "Iosevka Term SS08"
[window]
decorations = "none"
[mouse]
hide_when_typing = true
[window.padding]
x = 0

View File

@ -0,0 +1,27 @@
[colors.primary]
background = '#eeeeee'
foreground = '#222222'
[colors.cursor]
text = '#eeeeee'
cursor = '#000000'
[colors.normal]
black = '#d4d4d4'
red = '#ba2c69'
green = '#657622'
yellow = '#9b5b1b'
blue = '#2074a5'
magenta = '#8243cf'
cyan = '#257d6f'
white = '#525252'
[colors.bright]
black = '#9e9e9e'
red = '#da407f'
green = '#7b8e2b'
yellow = '#ba6f25'
blue = '#2d8cc5'
magenta = '#985fe6'
cyan = '#2e9786'
white = '#080808'

View File

@ -0,0 +1,5 @@
[font]
size = 18
[font.normal]
family = "Iosevka Term SS08"

View File

@ -71,7 +71,7 @@
helper = !/usr/bin/gh auth git-credential
[merge]
tool = vimdiff
tool = nvimdiff
conflictstyle = diff3
[pull]
rebase = true