diff --git a/.bash_login b/.bash_login index 5ea2f89..2f276c8 100644 --- a/.bash_login +++ b/.bash_login @@ -16,3 +16,4 @@ source "$HOME/.profile" # Added by Toolbox App export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts" +_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true diff --git a/.bashrc b/.bashrc index f6d837d..c64a4d1 100644 --- a/.bashrc +++ b/.bashrc @@ -54,3 +54,7 @@ test -d "$HOMEBREW_HOME" && eval "$($HOMEBREW_HOME/bin/brew shellenv)" for file in "$HOME/.config/bash/${HOSTNAME}.bash" "$HOME/.config/bash/prompt" "${HOME}/.config/bash/bashrc"; do [ -f $file ] && . "$file" done + +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion diff --git a/.byobu/status b/.byobu/status index 8fa7fc0..1d74388 100644 --- a/.byobu/status +++ b/.byobu/status @@ -29,9 +29,9 @@ screen_lower_left="color logo distro release #arch session" screen_lower_right="color network #disk_io custom #entropy raid reboot_required updates_available #apport #services #mail users uptime #fan_speed #cpu_temp battery wifi_quality #processes load_average cpu_count cpu_freq memory #swap disk #time_utc date time" # Tmux has one status line, with 2 halves for status -tmux_left="logo #distro release arch session" +tmux_left=" logo #distro release arch session" # You can have as many tmux right lines below here, and cycle through them using Shift-F5 -tmux_right="#network #disk_io #custom entropy raid reboot_required updates_available #apport #services #mail #users uptime #fan_speed #cpu_temp #battery #wifi_quality #processes load_average cpu_count cpu_freq memory #swap disk whoami hostname #ip_address #time_utc date time" +tmux_right=" #network #disk_io #custom #entropy #raid reboot_required updates_available #apport #services #mail #users uptime #fan_speed #cpu_temp #battery #wifi_quality #processes load_average cpu_count cpu_freq memory #swap disk whoami hostname #ip_address #time_utc date time" #tmux_right="network #disk_io #custom entropy raid reboot_required updates_available #apport #services #mail users uptime fan_speed cpu_temp battery wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk whoami hostname ip_address #time_utc date time" #tmux_right="network #disk_io custom #entropy raid reboot_required updates_available #apport #services #mail users uptime #fan_speed #cpu_temp battery wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk #whoami #hostname ip_address #time_utc date time" #tmux_right="#network disk_io #custom entropy #raid #reboot_required #updates_available #apport #services #mail #users #uptime fan_speed cpu_temp #battery #wifi_quality #processes #load_average #cpu_count #cpu_freq #memory #swap whoami hostname ip_address #time_utc disk date time" diff --git a/.config/bash/prompt.new b/.config/bash/prompt similarity index 100% rename from .config/bash/prompt.new rename to .config/bash/prompt diff --git a/.config/konsolerc b/.config/konsolerc index 173b2af..93f69e4 100644 --- a/.config/konsolerc +++ b/.config/konsolerc @@ -1,5 +1,5 @@ [Desktop Entry] -DefaultProfile=~ajhalili2006 - bash.profile +DefaultProfile= [General] ConfigVersion=1 @@ -33,7 +33,6 @@ HDMI-1 eDP-1 XPosition 1366x768 HDMI-1=1366 HDMI-1 eDP-1 YPosition 1366x768 HDMI-1=67 MenuBar=Disabled RestorePositionForNextInstance=false -State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAXkBAAAD+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAABEQEAAAMAAAVWAAACjwAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAAN//////AAAAAAAAAAA= ToolBarsMovable=Disabled eDP-1=eDP-1 eDP-1 HDMI-1=eDP-1 @@ -53,7 +52,11 @@ eDP-1 XPosition 1366x768=0 eDP-1 XPosition 1366x768 eDP-1=0 eDP-1 YPosition=24 eDP-1 YPosition 1366x768=67 -eDP-1 YPosition 1366x768 eDP-1=67 +rdp0 Height 768=712 +rdp0 Width 1364=1364 +rdp0 Window-Maximized 1364x768=true +rdp0 XPosition=0 +rdp0 YPosition=56 [TabBar] NewTabButton=true diff --git a/.profile b/.profile index 874fc9b..4cfa7d0 100644 --- a/.profile +++ b/.profile @@ -7,7 +7,7 @@ if [ -n "$BASH_VERSION" ]; then fi fi -export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics, might work on this soon. +export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics and more mesg n 2> /dev/null || true # then import the rest @@ -16,10 +16,11 @@ source "$HOME/.config/aliases" export POSIX_PROFILE_SOURCED=true # how about detecting local configs -if [ ! -f "$HOME/.config/localconfig.env" ]; then +if [ -f "$HOME/.config/localconfig.env" ]; then . "$HOME/.config/localconfig.env" fi # Added by Toolbox App export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts" +_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true diff --git a/.ssh/authorized_keys b/.ssh/authorized_keys index 95cb1ca..a0f040f 100644 --- a/.ssh/authorized_keys +++ b/.ssh/authorized_keys @@ -4,3 +4,4 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOKHIPrafF5WcCuTQDTmoR6O5z9yB6c67uWyFbcr0fYV ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDCeAJ4l2WxXrO7SShNsl5BP+EHmhamkT9UFunKeBV16bMeultud9jJILoaeCTZO86Q6LNy+EjtgABehiozi6iQTh0EnJLzOsdOi4IDvrE/ijVk+7mG4d83Mn6MGKDdrWwf6EJxQqQSnHFwKOrlqF9n32jYvwDnyW3uqiYXAl2cro42GPVtWDSApRRkKWZhYpIyVp5/txg40Z/L9U6PbdTegTSxzxCe9dKruw/rdreGm9AbJ9BmYBEVlD3Tjju7JXN/G9/Odm/n2adymFSY9rf4kg3warB+J8d0UGe1cTZv4ruYoGMJEpM9z4KDgSuiRn7Ful5vd19w4gMQcr4l1xPuFT1SPmwN3ydBNkq65hjhmBWYe/ZegMiVOKPuuuFSgi5p3Tlh3kUwAPBRaFNpMuWM9t1fi9PMRlNo8ylC4olkdl7qumFEua4pXYDQ4ECV7VHJRWCBGXo1jO5EbCPNojpYv3JxwQ3LlOJfWQiDqMH78G6VqMWKa59lNX6kcAudof7LWANQAcF3753dYSBUQGlCfQNNk9ipZnLY9FYTv9SdblcM/nOgyN2i6eR+USRb/Cw3uUDuHNzdAmUcbnyB/sgbzOuojCUYTT6rG+n86S9j40bbeU+0emKt+0VGfMnNuUhWU6bg5vpIbNwm8oDW5RFTZIxfxHRl5ubnp+9HUTMiUQ== ajhalili2006-main-gpg ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUnTexcVQTGT+UhX8MRPkMvM6FPuskbY2Dn0ScZ3+ot ~ajhalili2006 [passwordless key for sshfs] ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFrrYRVtV3OvgLzXMedNVITzoHnHd5wMVe53h16xxVWs ajhalili2006+passwordless@github.tailnet +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEXuD3hJwInlcHs3wkXWAWNo8es3bPAd2e8ipjyqgGp2 ajhalili2006@andreijiroh.eu.org diff --git a/bin/backup-pgp-keys b/bin/backup-pgp-keys index de19867..b6302a6 100755 --- a/bin/backup-pgp-keys +++ b/bin/backup-pgp-keys @@ -2,10 +2,10 @@ # a script to generate backups for my GPG keys -# literally all of active keys I use for different purposes -# https://ajhalili2006.vern.cc/ -DEFAULT_PRIVATE_KEYS="A30EBE40AD856D88 67BFC91B3DA12BE8 940047813E9D641C 120C218ED2291996 7067DB4C7768552F 7E4E0EF8B968A952" -DEFAULT_PUBLIC_KEYS="A30EBE40AD856D88 67BFC91B3DA12BE8 940047813E9D641C 120C218ED2291996" +# literally all of active keys I use for different purposes, including some +# I maintain (such as Recap Time Squad's keys for support and security issues +DEFAULT_PRIVATE_KEYS="0527234A430387EA5695D824A30EBE40AD856D88 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 EA957E7086E934F8DB9CAD21940047813E9D641C 5D69E717C5BC95731C2AD8BD120C218ED2291996 2CFF8721393487AEEF2C38987067DB4C7768552F 18C97CF46F06176E7EC43BDC7E4E0EF8B968A952 51D2F9710A20AAE56DC9A9AB77D63E4A0C267204 11F7802B423286A5FCF40AF48AEB225605921F92" +DEFAULT_PUBLIC_KEYS="0527234A430387EA5695D824A30EBE40AD856D88 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 EA957E7086E934F8DB9CAD21940047813E9D641C 5D69E717C5BC95731C2AD8BD120C218ED2291996" # allow anybody to automate this via envvars PRIVATE_KEYS="${PRIVATE_KEYS:-"$DEFAULT_PRIVATE_KEYS"}" diff --git a/meta-info.toml b/meta-info.toml new file mode 100644 index 0000000..dd47755 --- /dev/null +++ b/meta-info.toml @@ -0,0 +1,8 @@ +fullname = "Andrei Jiroh Halili" +gemini = "gemini.andreijiroh.eu.org" +website = "https://andreijiroh.eu.org" +description = "Open-source maintainer and web dev at Recap Time Squad, sometimes NixOS + Alpine Linux user, #ActuallyAutistic" +email = "ajhalili2006@andreijiroh.eu.org" +matrix = "@ajhalili2006:envs.net" +fediverse = "tilde.zone/@ajhalili2006" +location = "Marilao, Bulacan, Philippines"