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 ###################################################
|
# 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"
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user