From dff70048ec1cf700d158a6cfb4b655b91cb392f4 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 17 Mar 2025 13:06:35 +0100 Subject: [PATCH] 2025-03-17_auto-backup_tracked --- .XCompose | 4 +++- .bashrc | 1 + .config/kitty/kitty.conf | 6 ++++++ .config/nvim | 2 +- .gitconfig | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.XCompose b/.XCompose index c3d4286..bdd5fdf 100644 --- a/.XCompose +++ b/.XCompose @@ -9,7 +9,8 @@ include "%L"

: "π" U03C0 # GREEK SMALL LETTER PI : "σ" U03C3 # GREEK SMALL LETTER SIGMA : "τ" U03C4 # GREEK SMALL LETTER TAU -

: "φ" U03C6 # GREEK PHI SYMBOL +

: "φ" U03C6 # GREEK SMALL LETTER PHI +

: "ψ" U03C8 # GREEK SMALL LETTER PSI : "ω" U02C9 # GREEK SMALL LETTER OMEGA # greek alphabet capital @@ -22,6 +23,7 @@ include "%L" : "∑" U03A3 # GREEK CAPITAL LETTER SIGMA : "Τ" U03A4 # GREEK CAPITAL LETTER TAU

: "Φ" U03A6 # GREEK CAPITAL LETTER PHI +

: "Ψ" U03A8 # GREEK CAPITAL LETTER PSI : "Ω" U03A9 # GREEK CAPITAL LETTER OMEGA # misc mathematical symbols diff --git a/.bashrc b/.bashrc index 05bdc86..869cead 100644 --- a/.bashrc +++ b/.bashrc @@ -21,6 +21,7 @@ PS1="$PS1"'\[\033[01;93m\]$(__git_ps1)' # github branch PS1="$PS1"'\[\033[00m\]\$ ' # shell sign export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # coloured GCC warnings and errors +eval "$(_AUTO_CPUFREQ_COMPLETE=bash_source auto-cpufreq)" # # aliases diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 55a9419..739729e 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -11,3 +11,9 @@ enable_audio_bell no map ctrl+tab send_text all \x1b[1;5I map ctrl+shift+tab send_text all \x1b[1;6I +# BEGIN_KITTY_FONTS +font_family family="JetBrainsMonoNL Nerd Font Mono" +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS diff --git a/.config/nvim b/.config/nvim index 2b35f8f..e7b4842 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 2b35f8f458a3efdf319170e46429b16518c57461 +Subproject commit e7b484285de2d917c973015d4299d10dcd9f0a55 diff --git a/.gitconfig b/.gitconfig index b6483e9..f68b3c7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ [user] - name = unset + name = Quinn email = quinnthepigeon@gmail.com mail = unset signingkey = .ssh/github.pub