Skip to content

Commit fd20726

Browse files
committed
2026.01.07
1 parent 2f998df commit fd20726

151 files changed

Lines changed: 250 additions & 220 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
bake linguist-generated
33
config/ublacklist.txt linguist-language=AdBlock linguist-detectable
44

5-
os-unix/config-language/.config/npm/npmrc filter=npmrc-clean
6-
os-unix/config-tools/.config/osc/oscrc filter=oscrc-clean
5+
os-unix/config-language/.config/npm/npmrc filter=npmrc
6+
os-unix/config-tools/.config/osc/oscrc filter=oscrc

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "vendor/bats-all"]
88
path = vendor/bats-all
99
url = https://github.com/bash-bastion/bats-all
10+
[submodule "vendor/setup.sh"]
11+
path = vendor/setup.sh
12+
url = https://github.com/hyperupcall-projects/setup.sh

.zed/settings.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
"deno": {
44
"settings": {
55
"deno": {
6-
"enable": true
7-
}
8-
}
9-
}
6+
"enable": true,
7+
},
8+
},
9+
},
1010
},
1111
"languages": {
1212
"JavaScript": {
1313
"language_servers": ["deno", "!typescript-language-server", "!vtsls", "!eslint"],
14-
"formatter": "language_server"
14+
"formatter": "language_server",
1515
},
1616
"TypeScript": {
1717
"language_servers": ["deno", "!typescript-language-server", "!vtsls", "!eslint"],
18-
"formatter": "language_server"
18+
"formatter": "language_server",
1919
},
2020
"TSX": {
2121
"language_servers": ["deno", "!typescript-language-server", "!vtsls", "!eslint"],
22-
"formatter": "language_server"
23-
}
22+
"formatter": "language_server",
23+
},
2424
},
2525
"file_scan_exclusions": [
2626
"**/.git",
2727
"os-unix/scripts/setup",
2828
".home",
2929
"**/.venv/",
30-
"**/node_modules/"
31-
]
30+
"**/node_modules/",
31+
],
3232
}

Bakefile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# shellcheck shell=bash
22

33
task.init() {
4-
git config set --local filter.npmrc-clean.clean './os-unix/config-language/.config/npm/npmrc-clean.sh'
5-
git config set --local filter.oscrc-clean.clean './os-unix/config-tools/.config/osc/oscrc-clean.sh'
4+
git config set --local filter.npmrc.clean './os-unix/config-language/.config/npm/npmrc-clean.sh'
5+
git config set --local filter.oscrc.clean './os-unix/config-tools/.config/osc/oscrc-clean.sh'
66
}
77

88
task.build() {

config/dictionary-hyperupcall.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ tput
193193
trpc
194194
typecheck
195195
ublacklist
196+
UCSD
196197
uefi
197198
UEFI
198199
underutilization

config/ublacklist-severity1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@1*://*.www.cdc.gov/

config/ublacklist-severity3.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@3*://docs.w3cub.com/*
2+
@3*://*.thelinuxcode.com/

config/ublacklist-severity4.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@4*://*.lifeincoding.com/
2+
@4*://*.tutorialized.com/
3+
@4*://*.tutorialdeep.com/

config/ublacklist.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 1. Great quality (recommended color: #ebfbee)
22
# 2. Possibly good, possibly bad (recommended color: #fffbe7)
33
# 3. Bad quality, SEO spam but "useful" website (recommended color: #fff0f6)
4+
# 4. Other (manual review)
45

56
# General
67
@1*://*.wikipedia.org/*
@@ -63,27 +64,28 @@
6364
@3*://*.quora.com/*
6465
@3*://*.nilebits.com/*
6566
@3*://*.geeksforgeeks.org/*
67+
@3*://*.w3schools.com/*
68+
@3*://*.tutorialspoint.com/*
6669
@3*://*.blog.hubspot.com/*
6770
@3*://*.builtin.com/*
6871
@3*://*.wpoven.com/blog/*
6972
@3*://*.sitepoint.com/*
7073
@3*://*.elementor.com/*
7174
@3*://*.frontendshape.com/*
7275
@3*://*.celonis.com/blog/*
76+
@3*://*.peerlist.io/*
7377

7478
@3*://*.thoughtco.com/*
7579

7680

77-
*://*.tutorialspoint.com/*
7881
*://*.w3resource.com/*
79-
*://*.w3schools.com/*
8082
*://*.w3docs.com/*
8183
*://*.pythonguides.com/*
8284
*://*.zetcode.com/*
8385
*://*.pythoncentral.io/*
8486
*://*.datagy.io/*
8587

86-
88+
# AI
8789
*://*.markaicode.com/*
8890
*://*.twoorbits.com/*
8991
*://*.thepoorcoder.com/*

os-unix/bootstrap.sh

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,6 @@ iscmd() {
9191
}
9292

9393
updatesystem() {
94-
(
95-
. /etc/os-release
96-
if [ "$ID" = 'neon' ]; then
97-
sudo apt-get -y update
98-
sudo apt-get -y install apt-transport-https
99-
if sudo pkcon -y update; then :; else
100-
# Exit code for "Nothing useful was done".
101-
if (($? != 5)); then
102-
die "Failed to run 'pkgcon'"
103-
fi
104-
fi
105-
sudo apt-get -y autoremove
106-
fi
107-
)
108-
10994
if iscmd 'pacman'; then
11095
sudo pacman -Syyu --noconfirm
11196
orphaned_deps=$(pacman -Qdtq)
@@ -116,7 +101,19 @@ updatesystem() {
116101
elif iscmd 'apt-get'; then
117102
sudo apt-get -y update
118103
sudo apt-get -y install apt-transport-https
119-
sudo apt-get -y upgrade
104+
(
105+
. /etc/os-release
106+
if [ "$ID" = 'neon' ]; then
107+
if sudo pkcon -y update; then :; else
108+
# Exit code for "Nothing useful was done".
109+
if (($? != 5)); then
110+
die "Failed to run 'pkgcon'"
111+
fi
112+
fi
113+
else
114+
sudo apt-get -y upgrade
115+
fi
116+
)
120117
sudo apt-get -y autoremove
121118
elif iscmd 'dnf'; then
122119
sudo dnf -y update

0 commit comments

Comments
 (0)