feat(scripts): import more scripts from legacy codebase

Plus, in this commit:
* updated most of shell rc and then some

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-01-19 19:22:37 +08:00
parent 22503403bb
commit 81aca31cdf
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
10 changed files with 214 additions and 10 deletions

View file

@ -6,7 +6,13 @@ export HOST_SPECIFIC_BASHRC_PATH="$HOME/.config/$HOSTNAME.bashrc"
source "$HOME/.env"
if [[ -f "$HOME/.env.local" ]]; then
source "$HOME/.env.local"
export LOCAL_DOTENV_LOADED=true
LOCAL_DOTENV_LOADED=true
fi
# Stage 1: Source the ~/.profile
source "$HOME/.profile"
# Added by Toolbox App
export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts"