Add files via upload
This commit is contained in:
53
alacritty/alacritty.yml
Normal file
53
alacritty/alacritty.yml
Normal file
@ -0,0 +1,53 @@
|
||||
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
||||
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
|
||||
|
||||
## Configuration for Alacritty, the GPU enhanced terminal emulator.
|
||||
## It's a very basic and simple config file, for full configuration...
|
||||
## See, /usr/share/doc/alacritty/example/alacritty.yml
|
||||
|
||||
## Import files (Fonts, Etc)
|
||||
import:
|
||||
- ~/.config/alacritty/fonts.yml
|
||||
|
||||
## Set environment variables
|
||||
env:
|
||||
TERM: alacritty
|
||||
WINIT_X11_SCALE_FACTOR: '1.0'
|
||||
|
||||
## Terminal window settings
|
||||
window:
|
||||
dimensions:
|
||||
columns: 82
|
||||
lines: 24
|
||||
|
||||
padding:
|
||||
x: 19
|
||||
y: 19
|
||||
|
||||
decorations: full
|
||||
startup_mode: Windowed
|
||||
dynamic_title: true
|
||||
|
||||
## scrolling
|
||||
history: 10000
|
||||
multiplier: 3
|
||||
|
||||
## Background opacity
|
||||
opacity: 0.84
|
||||
|
||||
## Cursor
|
||||
cursor:
|
||||
style:
|
||||
shape: Underline
|
||||
blinking: On
|
||||
|
||||
unfocused_hollow: false
|
||||
|
||||
## Live config reload
|
||||
live_config_reload: true
|
||||
|
||||
## Shell
|
||||
#shell:
|
||||
# program: /bin/zsh
|
||||
# args:
|
||||
# - --login
|
37
alacritty/fonts.yml
Normal file
37
alacritty/fonts.yml
Normal file
@ -0,0 +1,37 @@
|
||||
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
||||
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
|
||||
|
||||
# Font configuration
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
normal:
|
||||
family: "JetBrainsMono Nerd Font"
|
||||
#style: Regular
|
||||
|
||||
# Bold font face
|
||||
bold:
|
||||
family: "JetBrainsMono Nerd Font"
|
||||
#style: Bold
|
||||
|
||||
# Italic font face
|
||||
italic:
|
||||
family: "JetBrainsMono Nerd Font"
|
||||
#style: Italic
|
||||
|
||||
# Bold italic font face
|
||||
bold_italic:
|
||||
family: "JetBrainsMono Nerd Font"
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 15
|
||||
|
||||
# Offset
|
||||
#offset:
|
||||
# x: 0
|
||||
# y: 0
|
||||
|
||||
# Glyph offset
|
||||
#glyph_offset:
|
||||
# x: 0
|
||||
# y: 0
|
Reference in New Issue
Block a user