Compare commits

..

No commits in common. "049eb9ee839c53823c5dca40aaef6280dbee4735" and "2a7b606cc2cbba26e0f5c8ee18a35ed5fe66ae6c" have entirely different histories.

2 changed files with 24 additions and 7 deletions

19
.gitconfig Normal file
View file

@ -0,0 +1,19 @@
[user]
email = software@cscherr.de
name = PlexSheep
signingkey = software@cscherr.de
[credential]
helper = store --file ~/.git-credentials
[commit]
gpgsign = true
[pull]
rebase = false
[maintenance]
repo = /home/plex/Documents/code/rs/autocrate
repo = /home/plex/Documents/code/rs/ganar
repo = /home/plex/Documents/code/rs/hedu
repo = /home/plex/Documents/code/rs/netpong
repo = /home/plex/Documents/code/rs/pt
repo = /home/plex/Documents/code/rs/rs-base
repo = /home/plex/Documents/code/rs/rs-basic
repo = /home/plex/Documents/code/rs/wordle-analyzer

12
.zshrc
View file

@ -206,10 +206,8 @@ else
fi
### --- pyenv Config -------------------------------------
if [ -d $HOME/.pyenv ]; then
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init - zsh)"
pyenv activate std 2> /dev/null > /dev/null
fi
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init - zsh)"
pyenv activate std 2> /dev/null > /dev/null