mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Update alacritty config
This commit is contained in:
@@ -5,12 +5,12 @@ window:
|
|||||||
columns: 150
|
columns: 150
|
||||||
lines: 50
|
lines: 50
|
||||||
padding:
|
padding:
|
||||||
x: 5
|
x: 15
|
||||||
y: 5
|
y: 15
|
||||||
|
|
||||||
dynamic_padding: false
|
dynamic_padding: false
|
||||||
decorations: full
|
decorations: full
|
||||||
opacity: 1.0
|
opacity: 0.7
|
||||||
dynamic_title: true
|
dynamic_title: true
|
||||||
|
|
||||||
class:
|
class:
|
||||||
@@ -24,17 +24,8 @@ scrolling:
|
|||||||
font:
|
font:
|
||||||
size: 10.0
|
size: 10.0
|
||||||
normal:
|
normal:
|
||||||
family: Comic Mono
|
family: FiraCode Nerd Font
|
||||||
style: Normal
|
style: Regular
|
||||||
bold:
|
|
||||||
family: Comic Mono
|
|
||||||
style: Bold
|
|
||||||
italic:
|
|
||||||
family: Comic Mono
|
|
||||||
style: Italic
|
|
||||||
bold_italic:
|
|
||||||
family: Comic Mono
|
|
||||||
style: Bold Italic
|
|
||||||
offset:
|
offset:
|
||||||
x: 0
|
x: 0
|
||||||
y: 1
|
y: 1
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ alias riplong="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -3000 | n
|
|||||||
alias config='/usr/bin/git --git-dir=${HOME}/.dotfiles/ --work-tree=${HOME}'
|
alias config='/usr/bin/git --git-dir=${HOME}/.dotfiles/ --work-tree=${HOME}'
|
||||||
alias vim='/usr/bin/nvim'
|
alias vim='/usr/bin/nvim'
|
||||||
alias vimdiff='/usr/bin/nvim -d'
|
alias vimdiff='/usr/bin/nvim -d'
|
||||||
alias docker-run='$HOME/work/monorepo/docker.sh'
|
#alias docker-run='$HOME/work/monorepo/docker.sh'
|
||||||
alias vsc='code ~/work/orc'
|
alias vsc='code ~/work/orc'
|
||||||
|
|
||||||
# Custom Env-Vars
|
# Custom Env-Vars
|
||||||
|
|||||||
Reference in New Issue
Block a user