Add files via upload

This commit is contained in:
CaleDumb
2023-03-19 11:14:21 -05:00
committed by GitHub
commit 1d2702fd38
7 changed files with 1838 additions and 0 deletions

53
alacritty/alacritty.yml Normal file
View 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
View 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