ターミナル

パッケージ

alacritty 又は ghostty
eza
bat

.config/alacritty/alacritty.toml

[general]
import = [ "~/.config/alacritty/themes/panda.toml" ]

[window]
dynamic_titile = false
dimenstions = { columns = 96, lines = 26 }
padding = { x = 2, y = 2 }

[font]
normal = { family = "UDEV Gothic HSLG", style = "Regular" }
bold = { family = "UDEV Gothic HSLG", style = "Bold" }
italic = { family = "UDEV Gothic HSLG", style = "Italic" }
bold_italic = { family = "UDEV Gothic HSLG", style = "BoldItalic" }
sizee = 12

[bell]
command = { program = "pw-play", args = = [ "/usr/share/sounds/freedesktop/stereo/bell.oga" ]

~/.config/ghostty/config.ghostty

language = jp
font-family = "UDEV Gothic HSLG"
font-size = 15
cursor-style = block
title = "Ghostty"
window-width = 96
window-height = 26
shell-integration = bash
shell-integration-features = no-cursor
bell-features = audio
bell-audio-path = /usr/share/sounds/freedesktop/stereo/bell.oga
bell-audio-volume = 0.8

~/.bashrc

alias ls="eza --icons=always"
alias la="eza -a --icons=always"
alias ll="eza -hl --icons=always"
alias cat="bat"