repo: Update bashrc and ssh-client config for Ubuntu

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-12 20:54:58 +08:00
parent 6b639673a6
commit 23f7a91f65
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 16 additions and 2 deletions

View File

@ -8,9 +8,18 @@ Host gitlab.com
User git
IdentityFile ~/.ssh/github-personal
# Launchpad.net SSH keys for mirroring some repos manually,
# partularly the gitlab.com:termux-package-android5x/src.git repo
# among any sort of shits and giggles.
Host git.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
Host bazar.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
# LXC containers, please append as possible
Host ghost-localhost
Hostname 10.29.113.229
User ubuntu
IdentityFile ~/.ssh/github-personal

View File

@ -125,7 +125,8 @@ export NVM_DIR="$HOME/.nvm"
export PATH="$HOME/.deta/bin:$PATH"
# scripts in ~/.local/bin and ~/.dotfiles/bin
export PATH="$HOME/.local/bin:$HOME/.dotfiles/bin:$PATH"
# also $HOME/.cargo/bin
export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/.dotfiles/bin:$PATH"
# use nano instead of vi
# for git, there's the option of firing up VS Code, if you prefered.
@ -133,3 +134,7 @@ EDITOR=nano
# autocompletion for GitHub CLI
eval "$(gh completion -s bash)"
# custom aliases and functions I made
# sorucing through the chain-source script
source $HOME/.dotfiles/bashrc/chain-source