From 97f9050ea6093aa075b660e8e8e43830658a7972 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 19 Nov 2025 16:46:27 -0500 Subject: [PATCH] UPdate configs --- .bashrc | 9 ++++++++- .config/waybar/style.css | 7 +++++++ .gitconfig##default | 5 ++++- .inputrc | 6 ++++++ 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .inputrc diff --git a/.bashrc b/.bashrc index 78e8276..5f12d78 100644 --- a/.bashrc +++ b/.bashrc @@ -32,6 +32,8 @@ unset __conda_setup # Export common environment ################################################### ############################################################################### +set -o vi + # Set a huge history file HISTSIZE=20000 HISTFILESIZE=30000 @@ -193,7 +195,6 @@ eval "$(atuin init bash)" # The next line updates PATH for the Google Cloud SDK. if [ -f '/home/tyler/work/google-cloud-sdk/path.bash.inc' ]; then . '/home/tyler/work/google-cloud-sdk/path.bash.inc'; fi -[ -f "/home/tyler/.ghcup/env" ] && . "/home/tyler/.ghcup/env" # ghcup-env # The next line updates PATH for the Google Cloud SDK. if [ -f '/home/tyler/google-cloud-sdk/path.bash.inc' ]; then . '/home/tyler/google-cloud-sdk/path.bash.inc'; fi @@ -208,3 +209,9 @@ export PATH="$HOME/Projects/bin:$PATH" . "$HOME/.atuin/bin/env" [[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh + +# opencode +export PATH=/home/tyler/.opencode/bin:$PATH + +[ -f "/home/tyler/.ghcup/env" ] && . "/home/tyler/.ghcup/env" # ghcup-env +. "$HOME/.cargo/env" diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 66c6b1e..0a374c9 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -82,6 +82,7 @@ #idle_inhibitor, #disk, #user, +#custom-docker, #mpris { padding-left: 8pt; padding-right: 8pt; @@ -155,6 +156,12 @@ margin-left: 35pt; } +#custom-docker { + background: @layout; + color: @black; + +} + #pulseaudio { background: @sound; color: @black; diff --git a/.gitconfig##default b/.gitconfig##default index 56ba788..2e6c64e 100644 --- a/.gitconfig##default +++ b/.gitconfig##default @@ -1,6 +1,7 @@ [user] email = tyler@clortox.com name = Tyler Perkins + signingkey = 081A6E00C4078911 [push] autoSetupRemote = true [safe] @@ -11,7 +12,7 @@ required = true clean = git-lfs clean -- %f [commit] - gpgsign = false + gpgsign = true [pull] rebase = false [credential] @@ -19,3 +20,5 @@ [diff] algorithm = histogram tool = nvimdiff +[tag] + gpgSign = true diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..70b2149 --- /dev/null +++ b/.inputrc @@ -0,0 +1,6 @@ +set editing-mode vi + +set show-mode-in-prompt on + +set vi-ins-mode-string "(ins)\1\e[5 q\2 " +set vi-cmd-mode-string "(cmd)\1\e[5 q\2 "