summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/myconf/cfgl_meta8
-rw-r--r--etc/pacman.conf4
-rw-r--r--home/xyz/.bashrc14
-rw-r--r--home/xyz/.config/myconf/pacman_Qqne1
-rw-r--r--home/xyz/.config/myconf/upd_rsync_files2
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js2
6 files changed, 27 insertions, 4 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta
index 6cac2d2c..21a396de 100644
--- a/etc/myconf/cfgl_meta
+++ b/etc/myconf/cfgl_meta
@@ -48,6 +48,8 @@
644 root root //etc/systemd/system/paccache.service.d/10-remove-all.conf
755 root root //home
700 xyz wheel //home/xyz
+700 xyz wheel //home/xyz/.abook
+644 xyz wheel //home/xyz/.abook/abookrc
644 xyz wheel //home/xyz/.bashrc
755 xyz wheel //home/xyz/.config
755 xyz wheel //home/xyz/.config/alacritty
@@ -81,6 +83,10 @@
644 xyz wheel //home/xyz/.config/myconf/sye
644 xyz wheel //home/xyz/.config/myconf/syue
644 xyz wheel //home/xyz/.config/myconf/upd_rsync_files
+755 xyz wheel //home/xyz/.config/neomutt
+644 xyz wheel //home/xyz/.config/neomutt/mail
+644 xyz wheel //home/xyz/.config/neomutt/mail2
+644 xyz wheel //home/xyz/.config/neomutt/neomuttrc
755 xyz wheel //home/xyz/.config/nvim
644 xyz wheel //home/xyz/.config/nvim/init.vim
755 xyz wheel //home/xyz/.config/phosh
@@ -102,6 +108,7 @@
755 xyz wheel //home/xyz/.local
755 xyz wheel //home/xyz/.local/bin
755 xyz wheel //home/xyz/.local/bin/alacritty
+755 xyz wheel //home/xyz/.local/bin/neomutt
755 xyz wheel //home/xyz/.local/bin/xdg-terminal-exec
755 xyz wheel //home/xyz/.local/share
700 xyz wheel //home/xyz/.local/share/applications
@@ -110,6 +117,7 @@
700 xyz wheel //home/xyz/.local/share/fcitx5
700 xyz wheel //home/xyz/.local/share/fcitx5/punctuation
600 xyz wheel //home/xyz/.local/share/fcitx5/punctuation/punc.mb.zh_CN
+644 xyz wheel //home/xyz/.mbsyncrc
700 xyz wheel //home/xyz/.mozilla
700 xyz wheel //home/xyz/.mozilla/firefox
755 xyz wheel //home/xyz/.mozilla/firefox/xxxxxxxx.fly
diff --git a/etc/pacman.conf b/etc/pacman.conf
index 1ff36947..5bc30b90 100644
--- a/etc/pacman.conf
+++ b/etc/pacman.conf
@@ -80,8 +80,8 @@ Server = https://mirrors.flylightning.xyz/archlinux/fly/os/any
# DANCTNIX: Uncomment this if you want to be the first trying out new stuffs.
# They might break your device.
-#[danctnix-testing]
-#Server = https://archmobile.mirror.danctnix.org/$repo/$arch/
+[danctnix-testing]
+Server = https://archmobile.mirror.danctnix.org/$repo/$arch/
[danctnix]
Server = https://archmobile.mirror.danctnix.org/$repo/$arch/
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 1a74970e..8174426a 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -53,7 +53,12 @@ alias c=cfg
alias cri='curl -Is'
alias crig='curl -Is www.google.com'
alias d='sdcv --color'
-alias e='"$PAGER"'
+# Using '"$PAGER"' will cause complete-alias unable to complete "e <tab>" and
+# "e --<tab>". I don't know why alias v='"$EDITOR"' does not have this issue, I
+# guess maybe it is related to less has some fzf completion? see `complete -p
+# less` output is "complete -F _fzf_path_completion less". Temporary ignore
+# shellcheck warnings about this if not met any issues.
+alias e="$PAGER"
# https://superuser.com/a/1202867
alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h"
alias g=git
@@ -70,7 +75,10 @@ alias ll='ls --color=auto -lAh --group-directories-first'
alias lop='loop ping'
alias lopd='loop ping 9.9.9.9'
alias m=man
+alias mpf='mpra -c "$HOME/programs/repos/fly/any/fsh-git"; sudo pacman -Sy fsh-git --noconfirm'
alias p=pacman
+# Pacman Qqne Redirect
+alias pqr='pacman -Qqne > "$XDG_CONFIG_HOME/myconf/pacman_Qqne"; pacman -Qqme > "$XDG_CONFIG_HOME/myconf/pacman_Qqme"'
alias pt=pactree
alias pu=paru
alias qre='qrencode -t utf8i -m 1'
@@ -91,6 +99,9 @@ alias y=systemctl
alias yd='systemctl list-dependencies --all'
alias ydr='systemctl list-dependencies --all --reverse'
alias ye='systemctl list-unit-files --state=enabled'
+# sYstemctl Enabled Redirect
+alias yer='systemctl list-unit-files --state=enabled > "$XDG_CONFIG_HOME/myconf/sye"; systemctl --user list-unit-files --state=enabled > "$XDG_CONFIG_HOME/myconf/syue"'
+alias yr='systemctl restart'
alias ys='systemctl status'
alias yu='systemctl --user'
alias yue='systemctl --user list-unit-files --state=enabled'
@@ -109,6 +120,7 @@ alias vrm='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/recurring_maintenance.md"'
alias vt='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/tmp_mobile_notes.md"'
alias xmr='monero-wallet-cli --config-file="$HOME/.bitmonero/monero-wallet-cli.conf"'
alias xmrds='monerod status; monerod print_net_stats'
+alias xr='xset r rate 250 30'
alias za='zoxide add'
#alias zq='zoxide query'
#alias zqi='zoxide query -i'
diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne
index aa42f2ad..8a292b21 100644
--- a/home/xyz/.config/myconf/pacman_Qqne
+++ b/home/xyz/.config/myconf/pacman_Qqne
@@ -8,6 +8,7 @@ base
base-devel
bash-completion
bcprov
+bpf
browserpass
browserpass-firefox
busybox
diff --git a/home/xyz/.config/myconf/upd_rsync_files b/home/xyz/.config/myconf/upd_rsync_files
index 17734a06..876f049c 100644
--- a/home/xyz/.config/myconf/upd_rsync_files
+++ b/home/xyz/.config/myconf/upd_rsync_files
@@ -1 +1 @@
-/home/xyz/programs
+/home/xyz/programs/repos
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
index 942795a4..2942a71e 100644
--- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
+++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js
@@ -33,6 +33,8 @@ user_pref("privacy.resistFingerprinting.letterboxing", true);
//user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
// set to false to fix: labster, protomaps, starlink.com availability map, istheservicedown.com outage map, adobe express
user_pref("webgl.disabled", true);
+// pp maybe need this (disable OCSP) for its mobile network to work
+//user_pref("security.OCSP.enabled", 0);
// http://kb.mozillazine.org/Network.cookie.lifetimePolicy
// https://github.com/arkenfox/user.js/releases/tag/102.1