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 ################################################### # Export common environment ###################################################
############################################################################### ###############################################################################
set -o vi
# Set a huge history file # Set a huge history file
HISTSIZE=20000 HISTSIZE=20000
HISTFILESIZE=30000 HISTFILESIZE=30000
@ -193,7 +195,6 @@ eval "$(atuin init bash)"
# The next line updates PATH for the Google Cloud SDK. # 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 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. # 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 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" . "$HOME/.atuin/bin/env"
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh [[ -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, #idle_inhibitor,
#disk, #disk,
#user, #user,
#custom-docker,
#mpris { #mpris {
padding-left: 8pt; padding-left: 8pt;
padding-right: 8pt; padding-right: 8pt;
@ -155,6 +156,12 @@
margin-left: 35pt; margin-left: 35pt;
} }
#custom-docker {
background: @layout;
color: @black;
}
#pulseaudio { #pulseaudio {
background: @sound; background: @sound;
color: @black; color: @black;

View File

@ -1,6 +1,7 @@
[user] [user]
email = tyler@clortox.com email = tyler@clortox.com
name = Tyler Perkins name = Tyler Perkins
signingkey = 081A6E00C4078911
[push] [push]
autoSetupRemote = true autoSetupRemote = true
[safe] [safe]
@ -11,7 +12,7 @@
required = true required = true
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
[commit] [commit]
gpgsign = false gpgsign = true
[pull] [pull]
rebase = false rebase = false
[credential] [credential]
@ -19,3 +20,5 @@
[diff] [diff]
algorithm = histogram algorithm = histogram
tool = nvimdiff 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 "