repo: Update some dotfiles + bootstrapper script

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-05-02 12:19:43 +08:00
parent 7dc763573c
commit d7b1b48748
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
4 changed files with 14 additions and 11 deletions

View File

@ -27,7 +27,6 @@ export DOTFILES_HOME=$HOME/.dotfiles
#rm -rf ~/.bash_history>>/dev/null && history -c && echo "history-cleanup: Shell history cleaned for past session" || echo "history-cleanup: No bash_history file found for past session."
# then do chain sourcing
<<<<<<< Updated upstream
source ~/.dotfiles/bashrc/chain-source
# check if thefuck Python3 package is there
@ -44,10 +43,4 @@ fi
source ~/.dotfiles/secrets/cloudflare.api-keys
# do console cleanup
clear
# then have termux-chroot
termux-chroot
=======
source "$HOME/.dotfiles/bashrc/chain-source"
>>>>>>> Stashed changes
#clear

View File

@ -77,8 +77,8 @@ if echo $OSTYPE | grep -qE linux-android.*; then
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz" | tar -xJv
cp "shellcheck-${scversion}/shellcheck" $PREFIX/bin
echo "==> Installing Cloudflare CLI..."
wget -q0- https://github.com/cloudflare/cloudflare-go/releases/download/v0.16.0/flarectl_0.16.0_linux_armv6.tar.xz | tar -xJx
#echo "==> Installing Cloudflare CLI..."
#wget -q0- https://github.com/cloudflare/cloudflare-go/releases/download/v0.16.0/flarectl_0.16.0_linux_armv6.tar.xz | tar -xJx
echo "==> Installing python3-pip:thefuck..."
pkg install clang -y && pip install thefuck -U
@ -88,7 +88,8 @@ if echo $OSTYPE | grep -qE linux-android.*; then
# just add chaos to these secrets to avoid leaks
export GH_USERNAME=gildedguy
export GH_PAT=build-guid-sus-among-computers-moment
rm -rf ~/{shellcheck,flarectl,LICENSE,README.txt,README.md}
rm -rfv ~/{shellcheck,flarectl,LICENSE,README.txt,README.md}
pkg uninstall clang --yes && apt autoremove --yes
echo "info: Please also cleanup your shell history with 'history -c' to ensure"
echo "info: your GitLab SaaS PAT is safe. Enjoy your day!"
echo "info: Exiting..."

View File

@ -7,3 +7,6 @@ include /data/data/com.termux/files/home/.dotfiles/nanorc/highlighting/*.nanorc
# enable soft wrapping
set softwrap
# switch between buffers
# to switch, use Alt+, and Alt+.
set multibuffer

View File

@ -47,3 +47,9 @@ Host git.divio.com
# Divio Stuff
Host ssh.black.aldryn.net
IdentityFile ~/.ssh/launchpad
# Alwaysdata
Host main-ald
IdentityFile ~/.ssh/launchpad
User ajhalili2006
Hostname ssh-ajhalili2006.alwaysdata.net