UPdate configs
This commit is contained in:
parent
d09224cb3b
commit
97f9050ea6
9
.bashrc
9
.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"
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user