UPdate configs

This commit is contained in:
Tyler 2025-11-19 16:46:27 -05:00
parent d09224cb3b
commit 97f9050ea6
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
4 changed files with 25 additions and 2 deletions

View File

@ -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"

View File

@ -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;

View File

@ -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

6
.inputrc Normal file
View File

@ -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 "