Backed up pre-existing configs to local branch
This commit is contained in:
parent
8cd9134e10
commit
873bfc08be
39 changed files with 15 additions and 781 deletions
|
@ -1,5 +0,0 @@
|
|||
AWS_DEFAULT_REGION=eu-central-1
|
||||
AWS_DEFAULT_OUTPUT=yaml
|
||||
|
||||
AZURE_APP_ID_URI=https://signin.aws.amazon.com/saml
|
||||
AZURE_DEFAULT_DURATION_HOURS=12
|
|
@ -1,2 +0,0 @@
|
|||
AZURE_TENANT_ID=
|
||||
AZURE_DEFAULT_USERNAME=
|
|
@ -1,4 +0,0 @@
|
|||
DOTFILES_ACTIVE=true
|
||||
DOTFILES_DIR="${HOME}/.dotfiles"
|
||||
DOTFILES_GITDIR="${HOME}/.dotgit"
|
||||
BASH_FUNC_PATH="${HOME}/.bash_functions:${DOTFILES_DIR}/bash_functions"
|
|
@ -1,7 +0,0 @@
|
|||
# Fixes scrolling bug for G502 mice, where the first scroll step after a
|
||||
# direction change is not registered sometimes. Also enables gestures and
|
||||
# pixel-perfect trackpad scrolling apperantly:
|
||||
# https://wiki.archlinux.org/title/Firefox#Touchscreen_gestures_and_pixel-perfect_trackpad_scrolling
|
||||
if [ "$XDG_SESSION_TYPE" == "x11" ]; then
|
||||
MOZ_USE_XINPUT2=1
|
||||
fi
|
|
@ -1,5 +0,0 @@
|
|||
GIT_AUTHOR_NAME=""
|
||||
GIT_AUTHOR_EMAIL=""
|
||||
GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
|
||||
GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
HISTSIZE=-1
|
||||
HISTFILESIZE=-1
|
|
@ -1,6 +0,0 @@
|
|||
# Set neovim as default editor if it is installed
|
||||
|
||||
if command -v nvim >/dev/null 2>&1; then
|
||||
EDITOR=nvim
|
||||
fi
|
||||
|
|
@ -1 +0,0 @@
|
|||
NPM_CONFIG_USERCONFIG=$HOME/.config/npm/npmrc
|
|
@ -1,4 +0,0 @@
|
|||
if [[ -e ${XDG_CONFIG_HOME:-$HOME/.config}/systemd/user/default.target.wants/ssh-agent.service ]]
|
||||
then
|
||||
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
||||
fi
|
|
@ -1,6 +0,0 @@
|
|||
if [[ $OSTYPE == linux-gnu && $(< /proc/sys/kernel/osrelease) == *Microsoft ]]
|
||||
then
|
||||
DOTFILES_WSL=true
|
||||
else
|
||||
DOTFILES_WSL=false
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue