Update gitconfig, SSH and zshrc config as usual

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2021-11-24 16:36:04 +08:00
parent 2e27169bd9
commit 0e4dc88793
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
3 changed files with 13 additions and 8 deletions

View File

@ -2,13 +2,13 @@
[credential "https://github.com"]
helper = !gh auth git-credential
[credential "https://gitlab.com"]
helper = !/usr/bin/glab auth git-credential
helper = !glab auth git-credential
[credential "https://gitlab.alpinelinux.org"]
helper = !/usr/bin/glab auth git-credential
helper = !glab auth git-credential
[credential "https://salsa.debian.org"]
helper =
helper = !/usr/bin/glab auth git-credential
helper = !glab auth git-credential
[credential "https://mau.dev"]
helper = !glab auth git-credential
# User config
[user]
email = ajhalili2006@gmail.com

View File

@ -43,6 +43,11 @@ Host stellapent
Hostname stellapent.tailnet
User cursed-remote-user
IdentityFile ~/.ssh/launchpad
# Use SSH port forwarding for that. :)
# But chaos may come on da logs
#LocalForward 3380 localhost:3389
# Also for our WSL setup too
LocalForward 3381 172.26.89.201:3381
# There's no such thing as guilded.gg/guildedguy as there will be only
# discord.gg/gildedguy if you're looking for an place to discuss the lore
# or possibly want to find some fan art as your desktop wallpaper.
@ -54,3 +59,4 @@ Host guildedguy
Host stellapent.local
User cursed-remote-user
IdentityFile ~/.ssh/launchpad
LocalForward 3380 localhost:3389

View File

@ -93,9 +93,8 @@ fi
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias ll='ls -lCF'
alias la='ls -AlCF'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert