From 19d7d0afc0b85d6e0a01c65f40b5d329c8e87ff4 Mon Sep 17 00:00:00 2001 From: Saahil Date: Tue, 10 Sep 2024 21:09:24 -0400 Subject: [PATCH 01/29] Update index.html --- pub/index.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/pub/index.html b/pub/index.html index 137b116..e62583f 100644 --- a/pub/index.html +++ b/pub/index.html @@ -1,11 +1,64 @@ - Welcome to Nest! + Neon - Nest + -

Welcome to Nest!

-

This is your own personal website hosted on Nest.

-

Visit our Quickstart guide to get started!

+
+
+

My nest instance

+

Welcome to my nest instace which currently has nothing & is open source.

+

You may email me about hackclub inquries at neon@hackclub.app (note) all emails WILL be put on the repo, to have your email censored please mention it in your email and the body will be censored. By default names, non-public emails, other sensitive info is removed before being uploaded to repo.

+

For other inquries email neon@saahild.com

+saahild.com/retro +
+
From cd1fb4d0415013062ea86a088ac936a46bda5020 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:09:27 +0000 Subject: [PATCH 02/29] enhancement(lint): Fix lint errors for pub/index.html Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- pub/index.html | 128 +++++++++++++++++++++++++++---------------------- 1 file changed, 72 insertions(+), 56 deletions(-) diff --git a/pub/index.html b/pub/index.html index e62583f..c42bae0 100644 --- a/pub/index.html +++ b/pub/index.html @@ -1,64 +1,80 @@ - + Neon - Nest - + a:hover { + color: #b4befe; + } + a:visited { + color: #cba6f7; + } + .mauve { + color: #cba6f7; + } + a { + color: #89b4fa; + } + -
-
-

My nest instance

-

Welcome to my nest instace which currently has nothing & is open source.

-

You may email me about hackclub inquries at neon@hackclub.app (note) all emails WILL be put on the repo, to have your email censored please mention it in your email and the body will be censored. By default names, non-public emails, other sensitive info is removed before being uploaded to repo.

-

For other inquries email neon@saahild.com

-saahild.com/retro -
-
+
+
+

My nest instance

+

+ Welcome to my nest instace which currently has nothing & is + open source. +

+

+ You may email me about hackclub inquries at + neon@hackclub.app (note) all + emails WILL be put on the repo, to have your email censored please + mention it in your email and the body will be censored. By default + names, non-public emails, other sensitive info is removed before being + uploaded to repo. +

+

+ For other inquries email + neon@saahild.com +

+ saahild.com/retro +
+
From acea28398300c2153c36a6b497d9450d5d8b3647 Mon Sep 17 00:00:00 2001 From: Saahil Date: Tue, 10 Sep 2024 21:15:09 -0400 Subject: [PATCH 03/29] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fb83136..4ea5c47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,11 @@ jobs: environment: name: production steps: + - name: is zeon + uses: zeon-neon/gh-action-no-zeon@v1 + id: zeonallowed - name: Execute + if: ${{ !steps.zeonallowed.outputs.skip }} uses: appleboy/ssh-action@v1.0.3 with: host: hackclub.app From 56389c76fb39c1efc0b3fdf81c61392a3e5aaaec Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:15:11 +0000 Subject: [PATCH 04/29] enhancement(lint): Fix lint errors for .github/workflows/deploy.yml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From 0d71302d9dbac398025d31307efb7a74b4af8dab Mon Sep 17 00:00:00 2001 From: Saahil Date: Tue, 10 Sep 2024 21:16:56 -0400 Subject: [PATCH 05/29] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ea5c47..dfa1bbc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: uses: zeon-neon/gh-action-no-zeon@v1 id: zeonallowed - name: Execute - if: ${{ !steps.zeonallowed.outputs.skip }} + if: ${{ steps.zeonallowed.outputs.skip == false }} uses: appleboy/ssh-action@v1.0.3 with: host: hackclub.app From 1aa4dc9936ac34977b89255025ae1f20594b9197 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:16:58 +0000 Subject: [PATCH 06/29] enhancement(lint): Fix lint errors for .github/workflows/deploy.yml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From 19a96341e79cdb096d1752294d9f74efd9a30fd2 Mon Sep 17 00:00:00 2001 From: Neon Date: Wed, 11 Sep 2024 01:23:12 +0000 Subject: [PATCH 07/29] ci: update --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dfa1bbc..75e830b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: uses: zeon-neon/gh-action-no-zeon@v1 id: zeonallowed - name: Execute - if: ${{ steps.zeonallowed.outputs.skip == false }} + if: ${{ steps.zeonallowed.outputs.skip == "false" }} uses: appleboy/ssh-action@v1.0.3 with: host: hackclub.app From d5e52a0f5cc3843ffef64c09d943694d8696cf91 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:23:18 +0000 Subject: [PATCH 08/29] enhancement(lint): Fix lint errors for .github/workflows/deploy.yml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From 31e2671fe9c43e93886090150dceab853be440f4 Mon Sep 17 00:00:00 2001 From: Saahil Date: Tue, 10 Sep 2024 21:24:25 -0400 Subject: [PATCH 09/29] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75e830b..978cca5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: uses: zeon-neon/gh-action-no-zeon@v1 id: zeonallowed - name: Execute - if: ${{ steps.zeonallowed.outputs.skip == "false" }} + if: ${{ steps.zeonallowed.outputs.skip == 'false' }} uses: appleboy/ssh-action@v1.0.3 with: host: hackclub.app From c425fe495ee32f3a60aa306342de7ffe9ea6635d Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:24:27 +0000 Subject: [PATCH 10/29] enhancement(lint): Fix lint errors for .github/workflows/deploy.yml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From c332dbfee0e787498734a43a2fd490a9400af0e5 Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:38:52 +0000 Subject: [PATCH 11/29] chore(ci): automated push --- reset_git.sh | 2 ++ update_git.sh | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 reset_git.sh create mode 100644 update_git.sh diff --git a/reset_git.sh b/reset_git.sh new file mode 100644 index 0000000..8568d05 --- /dev/null +++ b/reset_git.sh @@ -0,0 +1,2 @@ +git config --global user.name "Neon" +git config --global user.email "neon@saahild.com" diff --git a/update_git.sh b/update_git.sh new file mode 100644 index 0000000..4d358d0 --- /dev/null +++ b/update_git.sh @@ -0,0 +1,9 @@ +echo "Updating files.." +git config --global user.name "Zeon" +git config --global user.email "zeon@saahild.com" +git add . || bash reset_git.sh +git commit -m 'chore(ci): automated push' || bash reset_git.sh +git push || bash reset_git.sh +bash reset_git.sh +#git config --global user.name "Neon" +#git config --global user.email "neon@saahild.com" From 920abfa4bfe0a4f574fa734ebf63cf5d4ac762ae Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:38:55 +0000 Subject: [PATCH 12/29] enhancement(lint): Fix lint errors for reset_git.sh Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From a335c10cef1767b3fdaf80eed65dbdacd238c8da Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:38:56 +0000 Subject: [PATCH 13/29] enhancement(lint): Fix lint errors for update_git.sh Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From 7976e9b62b90d659ac1059601261080b94a47f7f Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:46:01 +0000 Subject: [PATCH 14/29] chore(ci): automated push --- .wget-hsts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .wget-hsts diff --git a/.wget-hsts b/.wget-hsts new file mode 100644 index 0000000..00a6d0f --- /dev/null +++ b/.wget-hsts @@ -0,0 +1,5 @@ +# HSTS 1.0 Known Hosts database for GNU Wget. +# Edit at your own risk. +# +raw.githubusercontent.com 0 0 1726022745 31536000 +github.com 0 1 1726022744 31536000 From 34b0cd51fdd3310a8af5ed9d304f3f57c55e966e Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:47:01 +0000 Subject: [PATCH 15/29] chore(ci): automated push --- .wget-hsts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wget-hsts b/.wget-hsts index 00a6d0f..8b8f896 100644 --- a/.wget-hsts +++ b/.wget-hsts @@ -1,5 +1,5 @@ # HSTS 1.0 Known Hosts database for GNU Wget. # Edit at your own risk. # -raw.githubusercontent.com 0 0 1726022745 31536000 -github.com 0 1 1726022744 31536000 +raw.githubusercontent.com 0 0 1726022810 31536000 +github.com 0 1 1726022810 31536000 From 42bb714096c29ebd3dfd3a115e238f1613e04ea2 Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:48:01 +0000 Subject: [PATCH 16/29] chore(ci): automated push --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index eeb0cc8..75a2331 100644 --- a/.bashrc +++ b/.bashrc @@ -112,3 +112,5 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi +export PF_INFO="ascii title os host kernel uptime pkgs memory" +PF_INFO="ascii" From 3f412b0780dc5155321e3ff7ba17cf091695328b Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:48:04 +0000 Subject: [PATCH 17/29] enhancement(lint): Fix lint errors for .bashrc Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- .bashrc | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.bashrc b/.bashrc index 75a2331..4bae4e7 100644 --- a/.bashrc +++ b/.bashrc @@ -5,8 +5,8 @@ clear # If not running interactively, don't do anything case $- in - *i*) ;; - *) return;; + *i*) ;; + *) return ;; esac # don't put duplicate lines or lines starting with space in the history. @@ -33,12 +33,12 @@ shopt -s checkwinsize # set variable identifying the chroot you work in (used in the prompt below) if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then - debian_chroot=$(cat /etc/debian_chroot) + debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, unless we know we "want" color) case "$TERM" in - xterm-color|*-256color) color_prompt=yes;; + xterm-color | *-256color) color_prompt=yes ;; esac # uncomment for a colored prompt, if the terminal has the capability; turned @@ -47,42 +47,42 @@ esac #force_color_prompt=yes if [ -n "$force_color_prompt" ]; then - if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then - # We have color support; assume it's compliant with Ecma-48 - # (ISO/IEC-6429). (Lack of such support is extremely rare, and such - # a case would tend to support setf rather than setaf.) - color_prompt=yes - else - color_prompt= - fi + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi fi if [ "$color_prompt" = yes ]; then - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' else - PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi unset color_prompt force_color_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in -xterm*|rxvt*) + xterm* | rxvt*) PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" ;; -*) - ;; + *) ;; + esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then - test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" - alias ls='ls --color=auto' - #alias dir='dir --color=auto' - #alias vdir='vdir --color=auto' + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' - #alias grep='grep --color=auto' - #alias fgrep='fgrep --color=auto' - #alias egrep='egrep --color=auto' + #alias grep='grep --color=auto' + #alias fgrep='fgrep --color=auto' + #alias egrep='egrep --color=auto' fi # colored GCC warnings and errors @@ -99,7 +99,7 @@ alias l='ls -CF' # See /usr/share/doc/bash-doc/examples in the bash-doc package. if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases + . ~/.bash_aliases fi # enable programmable completion features (you don't need to enable From 8594cd7e5b27fa23f271a4038ff2d11dc5a6f2a6 Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:49:01 +0000 Subject: [PATCH 18/29] chore(ci): automated push --- ..bashrc.swp | Bin 0 -> 1024 bytes .bashrc | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 ..bashrc.swp diff --git a/..bashrc.swp b/..bashrc.swp new file mode 100644 index 0000000000000000000000000000000000000000..87ef9f4ddc5a4ad6ca6dec71d2f20cd11312d01e GIT binary patch literal 1024 zcmYc?$V<%2S1{KzVn6}&jg=VkQuFgr1aWZkQj1G)NTCSpXXNLm>Vr(x*Goz)&L~Po PksjrYhQMeD&^ZJEs4flL literal 0 HcmV?d00001 diff --git a/.bashrc b/.bashrc index 75a2331..34f9e6f 100644 --- a/.bashrc +++ b/.bashrc @@ -112,5 +112,6 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi -export PF_INFO="ascii title os host kernel uptime pkgs memory" -PF_INFO="ascii" +#export PF_INFO="ascii title os host kernel uptime pkgs memory" +#PF_INFO="ascii" +#PF_ASCII="Catppuccin" From cef9bf5d5f9c7f067a0661f372e16180642a8ed2 Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:50:01 +0000 Subject: [PATCH 19/29] chore(ci): automated push --- ..bashrc.swp | Bin 1024 -> 0 bytes .bashrc | 1 + 2 files changed, 1 insertion(+) delete mode 100644 ..bashrc.swp diff --git a/..bashrc.swp b/..bashrc.swp deleted file mode 100644 index 87ef9f4ddc5a4ad6ca6dec71d2f20cd11312d01e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1024 zcmYc?$V<%2S1{KzVn6}&jg=VkQuFgr1aWZkQj1G)NTCSpXXNLm>Vr(x*Goz)&L~Po PksjrYhQMeD&^ZJEs4flL diff --git a/.bashrc b/.bashrc index 34f9e6f..d802515 100644 --- a/.bashrc +++ b/.bashrc @@ -112,6 +112,7 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi +export PATH=$PATH:~/.local/bin #export PF_INFO="ascii title os host kernel uptime pkgs memory" #PF_INFO="ascii" #PF_ASCII="Catppuccin" From ea1cb7f7325210f4ef504ab7e98094e92927b3eb Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:51:01 +0000 Subject: [PATCH 20/29] chore(ci): automated push --- ..bashrc.swp | Bin 0 -> 1024 bytes .bashrc | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 ..bashrc.swp diff --git a/..bashrc.swp b/..bashrc.swp new file mode 100644 index 0000000000000000000000000000000000000000..c7aaa543e9401de0b3700176582462dfdb1f557d GIT binary patch literal 1024 zcmYc?$V<%2S1{KzVn6{RQVr(x*Goz)&L~Po PksjrYhQMeD&^ZJE2c!+M literal 0 HcmV?d00001 diff --git a/.bashrc b/.bashrc index d802515..22a8e2f 100644 --- a/.bashrc +++ b/.bashrc @@ -112,7 +112,9 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + export PATH=$PATH:~/.local/bin +neofetch #export PF_INFO="ascii title os host kernel uptime pkgs memory" #PF_INFO="ascii" #PF_ASCII="Catppuccin" From f1a364d78956ba353f76e9dcc88fa831bffc884d Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:52:01 +0000 Subject: [PATCH 21/29] chore(ci): automated push --- ..bashrc.swp | Bin 1024 -> 0 bytes .bashrc | 1 + 2 files changed, 1 insertion(+) delete mode 100644 ..bashrc.swp diff --git a/..bashrc.swp b/..bashrc.swp deleted file mode 100644 index c7aaa543e9401de0b3700176582462dfdb1f557d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1024 zcmYc?$V<%2S1{KzVn6{RQVr(x*Goz)&L~Po PksjrYhQMeD&^ZJE2c!+M diff --git a/.bashrc b/.bashrc index 22a8e2f..ac35ba8 100644 --- a/.bashrc +++ b/.bashrc @@ -115,6 +115,7 @@ fi export PATH=$PATH:~/.local/bin neofetch +nest resources #export PF_INFO="ascii title os host kernel uptime pkgs memory" #PF_INFO="ascii" #PF_ASCII="Catppuccin" From 8d0b640ad3ee304f02bffdaa831be6eced8dfd7a Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:52:43 +0000 Subject: [PATCH 22/29] enhancement(lint): Fix lint errors for .bashrc Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From 4a9176ca93a1cbece9176851c6aa48099b0f7f49 Mon Sep 17 00:00:00 2001 From: Saahil Date: Tue, 10 Sep 2024 23:01:40 -0400 Subject: [PATCH 23/29] chore: add some stuff --- .bashrc | 6 +++--- .config/neofetch/config.conf | 36 ++++++++++++++++++------------------ .gitignore | 2 ++ TODO.md | 5 +++++ 4 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 TODO.md diff --git a/.bashrc b/.bashrc index e730248..4b32fa5 100644 --- a/.bashrc +++ b/.bashrc @@ -14,11 +14,11 @@ esac HISTCONTROL=ignoreboth # append to the history file, don't overwrite it -shopt -s histappend +#shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=10 +HISTFILESIZE=20 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index cdba4c6..e576d77 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -22,16 +22,16 @@ print_info() { info "GPU" gpu info "Memory" memory - # info "GPU Driver" gpu_driver # Linux/macOS only - # info "CPU Usage" cpu_usage - # info "Disk" disk - # info "Battery" battery - # info "Font" font + info "GPU Driver" gpu_driver # Linux/macOS only + info "CPU Usage" cpu_usage + info "Disk" disk + info "Battery" battery + info "Font" font # info "Song" song # [[ "$player" ]] && prin "Music Player" "$player" - # info "Local IP" local_ip - # info "Public IP" public_ip - # info "Users" users + info "Local IP" local_ip + info "Public IP" public_ip + info "Users" users # info "Locale" locale # This only works on glibc systems. info cols @@ -45,7 +45,7 @@ print_info() { # Default: 'off' # Values: 'on', 'off' # Flag: --title_fqdn -title_fqdn="off" +title_fqdn="on" # Kernel @@ -116,7 +116,7 @@ uptime_shorthand="on" # Example: # on: '1801MiB / 7881MiB (22%)' # off: '1801MiB / 7881MiB' -memory_percent="off" +memory_percent="on" # Change memory output unit. # @@ -128,7 +128,7 @@ memory_percent="off" # kib '1020928KiB / 7117824KiB' # mib '1042MiB / 6951MiB' # gib: ' 0.98GiB / 6.79GiB' -memory_unit="mib" +memory_unit="gib" # Packages @@ -159,7 +159,7 @@ package_managers="on" # Example: # on: '/bin/bash' # off: 'bash' -shell_path="off" +shell_path="on" # Show $SHELL version # @@ -249,7 +249,7 @@ cpu_cores="logical" # C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' # F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' # off: 'Intel i7-6500U (4) @ 3.1GHz' -cpu_temp="off" +cpu_temp="on" # GPU @@ -679,10 +679,10 @@ bar_color_total="distro" # infobar: 'info [---=======]' # barinfo: '[---=======] info' # off: 'info' -cpu_display="off" -memory_display="off" -battery_display="off" -disk_display="off" +cpu_display="infobar" +memory_display="infobar" +battery_display="infobar" +disk_display="infobar" # Backend Settings @@ -861,4 +861,4 @@ background_color= # Useful for piping into another command. # Default: 'off' # Values: 'on', 'off' -stdout="off" +stdout="off" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3429ec8..11af93d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ sent # all sent mail is there .gitconfig .git-credentials .cache/* +.env +.env.* \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..0189a3f --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +## Todo +replace crontab with systemd services so they are sorta public. +create nix setup (flake.nix) +add slack bot +add public mail filter \ No newline at end of file From 910c40f0425f4597546e8d5938cf14f4426b3100 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:01:43 +0000 Subject: [PATCH 24/29] enhancement(lint): Fix lint errors for .bashrc Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> From 6620b3d33a362b3be29764011049844b46c5c314 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:01:44 +0000 Subject: [PATCH 25/29] enhancement(lint): Fix lint errors for TODO.md Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- TODO.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 0189a3f..cbe8f2d 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,6 @@ -## Todo -replace crontab with systemd services so they are sorta public. -create nix setup (flake.nix) -add slack bot -add public mail filter \ No newline at end of file +## Todo + +replace crontab with systemd services so they are sorta public. +create nix setup (flake.nix) +add slack bot +add public mail filter From 3f9ff54cf6b0fae3e3e82549a864c43649ed7c19 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:01:45 +0000 Subject: [PATCH 26/29] enhancement(lint): Fix lint errors for .gitignore Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11af93d..38a3197 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ sent # all sent mail is there .git-credentials .cache/* .env -.env.* \ No newline at end of file +.env.* From dc65a9a24d710494797a573af57beab749648bab Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 03:07:01 +0000 Subject: [PATCH 27/29] chore(ci): automated push --- .bash_history | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .bash_history diff --git a/.bash_history b/.bash_history new file mode 100644 index 0000000..eb9e9ef --- /dev/null +++ b/.bash_history @@ -0,0 +1,70 @@ +exit +ls +nano update_git.sh +nano reset_git.sh +nano update_git.sh +bash reset_git.sh +bash update_git.sh +git pull +crontab -l +ls +crontab -e +git config --global user.name +ls +pfetch +cd .local +ls +mkdir bin +ls +cd bin +ls +wget https://github.com/dylanaraps/pfetch/blob/master/pfetch?raw=true +ls +mv * pfetch +chmod +x * +./pfetch +rm * +curl https://github.com/unseen-ninja/pfetch/blob/main/pfetch?raw=true +ls +wget https://github.com/unseen-ninja/pfetch/blob/main/pfetch?raw=true +mv * pfetch +chmod +x * +./pfetch +ls +echo 'export PF_INFO="ascii title os host kernel uptime pkgs memory"' >> ~/.bashrc +echo 'PF_INFO="ascii"' >> ~/.bashrc +echo 'PF_ASCII="Catppuccin"' >> ~/.bashrc +./pfetch +bash +ls +quota -h +quota -H +quota -A +quota -s +ls +cd ~ +ls +bash update_git.sh +git merge +git push +git pull +echo $PS +echo $PS1 +PS1="$(whoami)@$(hostname):$(pwd):\$(date) " +ls +owd +PS1="$(whoami)@$(hostname):$(pwd):\$(bun --version) " +ls +pwd +PS1="\[\033[0;32m\]\d:\t$ \[\033[0m\]" +ls +pwd +infocmp | grep setaf +PS1=\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ +PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$" +ls +l +ls +git pull +bash +exit From f0a7a8b35a1471979d3a0915b3691fcc3f89735d Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:07:04 +0000 Subject: [PATCH 28/29] enhancement(lint): Fix lint errors for .bash_history Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- .bash_history | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.bash_history b/.bash_history index eb9e9ef..f532304 100644 --- a/.bash_history +++ b/.bash_history @@ -3,8 +3,8 @@ ls nano update_git.sh nano reset_git.sh nano update_git.sh -bash reset_git.sh -bash update_git.sh +bash reset_git.sh +bash update_git.sh git pull crontab -l ls @@ -44,7 +44,7 @@ quota -s ls cd ~ ls -bash update_git.sh +bash update_git.sh git merge git push git pull @@ -60,7 +60,9 @@ PS1="\[\033[0;32m\]\d:\t$ \[\033[0m\]" ls pwd infocmp | grep setaf -PS1=\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ +PS1=\[\033[01 +32m\]\u@\h\[\033[00m\]:\[\033[01 +34m\]\w\[\033[00m\]\$ PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$" ls l From 2d76c953aca266c1b44aa5a0556377455ce95895 Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 03:08:01 +0000 Subject: [PATCH 29/29] chore(ci): automated push --- .bash_history | 72 --------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 .bash_history diff --git a/.bash_history b/.bash_history deleted file mode 100644 index f532304..0000000 --- a/.bash_history +++ /dev/null @@ -1,72 +0,0 @@ -exit -ls -nano update_git.sh -nano reset_git.sh -nano update_git.sh -bash reset_git.sh -bash update_git.sh -git pull -crontab -l -ls -crontab -e -git config --global user.name -ls -pfetch -cd .local -ls -mkdir bin -ls -cd bin -ls -wget https://github.com/dylanaraps/pfetch/blob/master/pfetch?raw=true -ls -mv * pfetch -chmod +x * -./pfetch -rm * -curl https://github.com/unseen-ninja/pfetch/blob/main/pfetch?raw=true -ls -wget https://github.com/unseen-ninja/pfetch/blob/main/pfetch?raw=true -mv * pfetch -chmod +x * -./pfetch -ls -echo 'export PF_INFO="ascii title os host kernel uptime pkgs memory"' >> ~/.bashrc -echo 'PF_INFO="ascii"' >> ~/.bashrc -echo 'PF_ASCII="Catppuccin"' >> ~/.bashrc -./pfetch -bash -ls -quota -h -quota -H -quota -A -quota -s -ls -cd ~ -ls -bash update_git.sh -git merge -git push -git pull -echo $PS -echo $PS1 -PS1="$(whoami)@$(hostname):$(pwd):\$(date) " -ls -owd -PS1="$(whoami)@$(hostname):$(pwd):\$(bun --version) " -ls -pwd -PS1="\[\033[0;32m\]\d:\t$ \[\033[0m\]" -ls -pwd -infocmp | grep setaf -PS1=\[\033[01 -32m\]\u@\h\[\033[00m\]:\[\033[01 -34m\]\w\[\033[00m\]\$ -PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$" -ls -l -ls -git pull -bash -exit