Amir Alexander Abdelbaki
8a82fca269
setup: fix pamtester/pinta/kew package source categorization
...
pamtester and pinta are AUR-only; kew is now in the extra repo.
Move them to the correct install commands across audit-packages.sh,
core-packages.sh, and hyprland.sh.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 19:45:33 +02:00
Amir Alexander Abdelbaki
0c319b4286
audit-packages: add --fix flag to reinstall wrong-source packages
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 19:38:12 +02:00
Amir Alexander Abdelbaki
4d797c537d
amssh: fix FIDO2 auth; add pamtester to core; add package audit script
...
- amssh: use dedicated /etc/pam.d/amssh service instead of login (pam_u2f
was commented out in login); auto-create service and register key on
first-launch FIDO selection
- amssh: redirect pamtester stdout+stderr to /dev/tty so the tap prompt is
visible and the success message doesn't contaminate pass=$(_get_passphrase)
- amssh: split _fido_pam_available into _fido_hardware_available (for dialog
gating) and _fido_pam_available (runtime — requires keys file + PAM service)
- setup: add pamtester to core-packages.sh
- setup: add audit-packages.sh to verify installed packages come from the
expected source (pacman/AUR/flatpak)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 19:09:38 +02:00
Amir Alexander Abdelbaki
bdc5b55c57
setup: expand apps list, fold nettools into core, fix hyprland packages
...
Apps (new individual scripts):
wireshark, localsend, onlyoffice, vintagestory
core-packages.sh: add nmap mtr tcpdump net-tools iputils ipcalc
(bind + traceroute were already present; wireshark is now optional)
hyprland.sh:
- pinta moved from yay to pacman (available in extra)
- localsend removed from mandatory yay install (now an optional app)
Deprecate nettools.sh — all its packages are now in core or split out.
tui-install.sh: apps checklist gains wireshark, localsend, onlyoffice,
vintagestory; drops nettools; dialog sized for 12 items.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 15:46:30 +02:00
Amir Alexander Abdelbaki
17bfa0e884
setup: add per-app install scripts and TUI apps phase
...
Break up gaming-packages.sh and network-developer-packages.sh into
individual scripts under optional-Modules/apps/:
steam, vesktop (+ Vencord config), spotify (+ Spicetify config),
prismlauncher, nettools, k8s
tui-install.sh:
- Simplify component checklist to 5 items: pkg/core/svc/shell/de
- Add dedicated "Applications" checklist phase after DE selection,
covering all 9 optional apps independently
- count_steps accounts for each selected app as a separate step
- Confirmation summary shows components and apps in separate sections
install.sh: replace unconditional bundle calls with commented-out
individual app lines (opt-in)
Deprecate gaming-packages.sh and network-developer-packages.sh.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 15:25:50 +02:00
Amir Alexander Abdelbaki
670637f805
sway.sh: separate shell from DE, add config copy loop
...
- Remove all shell components (zsh, oh-my-zsh, starship, dotfile
symlinks) — shell-setup.sh covers these and can now run independently
of any DE selection
- Replace ln -sf DE config links with a CONFIGS copy loop (consistent
with hyprland.sh)
- Add colors.conf and apply-theme.sh to the config deployment section
- Drop packages already handled by core/shell modules (base, git, yay,
micro, nano, zsh, fastfetch, etc.)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 15:06:17 +02:00
Amir Alexander Abdelbaki
0477c979e3
setup: housekeeping — rename, deprecate, fix refs
...
- Desktop-Enviroments/ → Desktop-Environments/ (fix typo)
- hyprland-new.sh → hyprland.sh (drop -new suffix now that it's the only installer)
- Move old symlink-based hyprland.sh to deprecated/
- Move aur-yay.sh to deprecated/ (superseded by package-managers.sh)
- Delete binary blobs: Nordzy-cursors-lefthand.tar.gz, fastfetch-linux-amd64.deb.1.old
- install.sh: fix broken shell.sh ref → shell-setup.sh; update DE paths
- tui-install.sh: update DE paths to match new names
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 15:02:25 +02:00
Amir Alexander Abdelbaki
de28a2319c
sway.sh: copy apply-theme.sh to ~ at install
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 14:28:29 +02:00
Amir Alexander Abdelbaki
3f813b91e5
sway.sh: copy colors.conf instead of symlinking
...
Consistent with hyprland installers — prevents apply-theme.sh from
writing through a symlink back into the git repo.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 14:26:51 +02:00
Amir Alexander Abdelbaki
3b6e0cfff0
add apply-theme.sh and colors.conf; copy both at install
...
- New apply-theme.sh: reads colors.conf, diffs against saved state,
applies changed hex values across all 26 theme files via sed.
Refuses to run when any deployed config is symlinked back to ~/Dotfiles
to prevent theme changes from propagating into the git repo.
- New colors.conf: editable color source with the default CyberQueer palette.
- hyprland.sh + hyprland-new.sh: copy colors.conf to ~/.config/ and
apply-theme.sh to ~/ at install (instead of symlinking colors.conf).
- sway.sh: wire colors.conf into the sway install path.
- doc/colorcodes.md: rewritten as structured color reference with format table.
Theme source files in the repo are unchanged from upstream (E40046 palette).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 14:25:57 +02:00
Amir Alexander Abdelbaki
c4b9c5bf92
add config-updater: config-driven update script with manifest
...
Replaces the hardcoded inline-generated ~/update-hypr-configs.sh with
a proper dotfiles-resident script + config file:
config-updater/update-configs.sh — reads updater.conf, applies
configs, warns about untracked source items and manifest drift
config-updater/updater.conf — declares config/flat/ignore
entries and SOURCE_BASE; hypr-usr is flat (contents → ~/.config/)
hyprland-new.sh step 15 now symlinks both into place instead of
generating a hardcoded script inline. The output is renamed from
~/update-hypr-configs.sh to ~/update-configs.sh.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 09:46:02 +02:00
Amir Alexander Abdelbaki
13a1b6cff4
hyprland-new: add missing packages found in configs
...
Pacman: hyprpolkitagent (autostart), pavucontrol (Super+S / eww / waybar),
playerctl (media keys + scripts), wf-recorder (screenrec.sh),
sound-theme-freedesktop (timer-run alarm sound)
AUR: wofi-calc (Super+Alt+F), bri (brightness keys), chamel (annotation binds)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 09:29:43 +02:00
Amir Alexander Abdelbaki
9d2ae9f15e
setup: fix module scripts and add TUI installer
...
Module fixes across the board:
- package-managers.sh: add sudo, --noconfirm, idempotency guards for
yay/rustup/nvm, mkdir -p, remove stale version comments
- core-packages.sh: add --noconfirm --needed, remove invalid 'nvim'
package name, deduplicate ~15 repeated entries
- shell-setup.sh: move color vars to top (were defined after use, RESET
never defined), RUNZSH=no CHSH=no for oh-my-zsh (was spawning new
shell and halting script), --yes for starship installer
- hyprland-new.sh: mkdir -p before cd, ln -sf for xdg-terminal-exec and
ssh-askpass, remove flatpak-system-helper enable, comment out hyprpm
and WallRizz -w (require live session), mkdir -p ~/Pictures, add
walker-bin/ulauncher to yay installs, --noconfirm on yay
- sway.sh: fix gitgreetd-tuigreet typo, --noconfirm --needed, yay
idempotency, rm -f for bashrc/zshrc, ln -sf everywhere, mkdir -p for
spotify-tui, remove hard reboot, RUNZSH=no/--yes for shell tools
- gaming-packages.sh: add missing shebang, --noconfirm, flatpak -y
- network-developer-packages.sh: --noconfirm --needed, fix inline comment
- zfs.sh / wprs.sh: add yay --noconfirm flags
- All scripts: set -euo pipefail
New: setup/tui-install.sh — dialog-based TUI installer with Cyberqueer
theme, component checklist, DE submenu, step counter, and per-module
error handling
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 10:27:43 +02:00
Amir Alexander Abdelbaki
e50cb5dc50
cleanup: archive deprecated configs, remove logs and merge artifacts
...
- Move old hypr/kitty/xfce4 configs into deprecated/ folders
- Move proto scripts into scripts/deprecated/
- Consolidate loose .old installer into setup/deprecated/
- Rename broken symlinks (old themiro home path) to .old
- Rename duplicate .deb.1 and .bak files to .old for consistency
- Delete btop.log, nohup.out (gitignore matches), thunar merge conflict files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 10:13:12 +02:00
Amir Alexander Abdelbaki
3890d360d6
Update setup/modules/FreeipaAnsible/copilot-explains.txt
2026-04-27 17:00:37 +02:00
Amir Alexander Abdelbaki
16732cc17c
Add setup/modules/FreeipaAnsible/copilot-explains.txt
2026-04-27 16:59:36 +02:00
Amir Alexander Abdelbaki
6dbeca2bde
Add setup/modules/FreeipaAnsible/ansible/ansipa-install-packages.sh
2026-04-27 16:44:59 +02:00
Amir Alexander Abdelbaki
9daf10888c
Add setup/modules/FreeipaAnsible/ansible/deploy-ansipa-install.yml
2026-04-27 16:44:36 +02:00
Amir Alexander Abdelbaki
244d7385eb
Add setup/modules/FreeipaAnsible/ansible/ansipa-install.timer
2026-04-27 16:44:18 +02:00
Amir Alexander Abdelbaki
a2f3a03547
Add setup/modules/FreeipaAnsible/ansible/ansipa-install.service
2026-04-27 16:44:01 +02:00
Amir Alexander Abdelbaki
64af45d300
Add setup/modules/FreeipaAnsible/ansible/deploy-baseuser-sync.yml
2026-04-27 16:39:34 +02:00
Amir Alexander Abdelbaki
7d96df03ac
Add setup/modules/FreeipaAnsible/ansible/baseuser-sync.path
2026-04-27 16:39:11 +02:00
Amir Alexander Abdelbaki
f34cbd83b9
Add setup/modules/FreeipaAnsible/ansible/baseuser-sync.service
2026-04-27 16:38:37 +02:00
Amir Alexander Abdelbaki
d927eb8904
Update setup/modules/FreeipaAnsible/auto-enroll-ansible.sh
2026-04-27 16:38:02 +02:00
Amir Alexander Abdelbaki
6d1d2c6083
Update setup/modules/FreeipaAnsible/ansible/auto-add-baseuser.sh
2026-04-27 16:37:39 +02:00
Amir Alexander Abdelbaki
dea19b2998
Update setup/modules/FreeipaAnsible/freeipa-enroll.sh
2026-04-27 16:37:09 +02:00
Amir Alexander Abdelbaki
3bda2373c6
Add setup/modules/ansible/auto-add-baseuser.sh
2026-04-27 16:36:09 +02:00
Amir Alexander Abdelbaki
e7f4507f7d
Update setup/modules/auto-enroll-ansible.sh
2026-04-27 16:35:08 +02:00
Amir Alexander Abdelbaki
400bd5dc09
Add setup/modules/auto-enroll-ansible.sh
2026-04-27 16:34:44 +02:00
Amir Alexander Abdelbaki
8f591b8000
Upload files to "setup/modules"
2026-04-27 13:25:19 +02:00
Amir Alexander Abdelbaki
b94e5b466e
WallRizz needs initialisation with -w
2026-03-27 14:42:15 +01:00
Amir Alexander Abdelbaki
fabce92b56
WallRizz is not a aur package
2026-03-27 14:38:18 +01:00
Amir Alexander Abdelbaki
8712978eac
is my readme a html?
2026-03-26 09:33:16 +01:00
Amir Alexander Abdelbaki
420e05fc9d
fixed shell setup maybe???
2026-03-25 16:28:55 +01:00
Amir Alexander Abdelbaki
797a74e8ef
Update setup/modules/shell-setup.sh
2026-03-25 09:25:27 +01:00
Amir Alexander Abdelbaki
628c2a3c5c
depr.
2026-03-25 09:25:06 +01:00
Amir Alexander Abdelbaki
36080f464a
added WallRizz
2026-03-24 13:46:34 +01:00
Amir Alexander Abdelbaki
644949a010
Update setup/archbaseos-guided-install.sh
2026-03-19 15:08:29 +01:00
Amir Alexander Abdelbaki
9ac60567c6
fixed compilation issues with rust
2026-03-18 14:23:13 +01:00
Amir Alexander Abdelbaki
5ff738acca
fixed ly
2026-03-18 14:20:19 +01:00
Amir Alexander Abdelbaki
8a911da1a1
Update setup/modules/Desktop-Enviroments/hyprland-new.sh
2026-03-18 14:16:49 +01:00
Amir Alexander Abdelbaki
dab972656b
switched out greeter
2026-03-18 13:45:38 +01:00
Amir Alexander Abdelbaki
bcce314640
adjusted package lists
2026-03-18 13:33:25 +01:00
Amir Alexander Abdelbaki
3880e2ae95
fixed DE install i think
2026-03-18 13:30:28 +01:00
Amir Alexander Abdelbaki
f3ba743dab
sudo was not in the packages to install???
2026-03-18 11:21:02 +00:00
Amir Alexander Abdelbaki
94ba59b94d
maybe its fixed now?
2026-03-18 12:08:37 +01:00
Amir Alexander Abdelbaki
dfbec92bfc
fixed install script maybe?
2026-03-18 10:47:04 +00:00
Amir Alexander Abdelbaki
7cd4c77c66
added vicinae to setup script
2026-03-02 08:39:25 +01:00
Amir Alexander Abdelbaki
62e90c0fcc
Update setup/arch-autosetup-cgpt-new.sh
2026-01-12 10:16:13 +01:00
Amir Alexander Abdelbaki
8d4a3d342e
added hyprsysteminfo
2025-12-16 16:40:11 +01:00
Amir Alexander Abdelbaki
e981b87973
switched to hyprshutdown and hyprpwcenter
2025-12-16 10:46:41 +01:00
Amir Alexander Abdelbaki
d9594c0ccd
we want 5G efi part
2025-12-12 13:45:36 +01:00
Amir Alexander Abdelbaki
7a2fc712cd
Add setup/arch-autosetup-cgpt-new.sh
2025-12-12 13:42:16 +01:00
Amir Alexander Abdelbaki
6576af21ea
cryptsetup backup password
2025-12-12 13:41:06 +01:00
Amir Alexander Abdelbaki
268d310ff5
corrected grub
2025-12-12 13:37:07 +01:00
Amir Alexander Abdelbaki
c5ed32d5e6
corrected initramfs hooks
2025-12-12 13:35:35 +01:00
Amir Alexander Abdelbaki
e230b6332a
fixed uuid in chroot
2025-12-12 13:34:23 +01:00
Amir Alexander Abdelbaki
34aa6644ca
removed deprecated variables from input summary
2025-12-12 13:31:20 +01:00
Amir Alexander Abdelbaki
5066bf210a
Update setup/arch-auto-install-new-cgpt.sh.old
2025-12-11 08:45:42 +01:00
Amir Alexander Abdelbaki
0bde224aac
Update setup/modules/Desktop-Enviroments/hyprland-new.sh
2025-12-03 10:30:04 +01:00
Amir Alexander Abdelbaki
2a35892a0d
Update setup/modules/Desktop-Enviroments/hyprland-new.sh
2025-12-03 10:22:43 +01:00
Amir Alexander Abdelbaki
fef9cfc235
Update setup/arch-autoinstall.sh
2025-12-03 09:54:04 +01:00
Amir Alexander Abdelbaki
91ed6145b9
set bootloader ID
2025-12-03 09:52:48 +01:00
Amir Alexander Abdelbaki
e786e66b59
being extra safe with the KMs i'm adding
2025-12-03 09:45:36 +01:00
Amir Alexander Abdelbaki
6a2e6be98e
added more initramfs hooks
2025-12-03 09:35:13 +01:00
Amir Alexander Abdelbaki
ab1ae16319
fixed Cryptsetup command mayyybeeeee?????
2025-12-03 09:25:51 +01:00
Amir Alexander Abdelbaki
b59212937d
var fix kernel install?
2025-11-29 15:35:39 +01:00
Amir Alexander Abdelbaki
7594ae1e91
pactrap -K
2025-11-29 15:24:59 +01:00
Amir Alexander Abdelbaki
daa8490601
manually set kernel when mkinicpio
2025-11-29 15:01:18 +01:00
Amir Alexander Abdelbaki
486f32443b
chmod
2025-11-29 12:58:03 +01:00
Amir Alexander Abdelbaki
82742c122c
install now get left in bootpart
2025-11-29 12:53:50 +01:00
Amir Alexander Abdelbaki
110e55ee11
autoinstall logging - vars
2025-11-29 12:05:32 +01:00
Amir Alexander Abdelbaki
992dcbafaf
autoinstall logging
2025-11-29 11:59:33 +01:00
Amir Alexander Abdelbaki
533932c02c
also why not pass it to another llm, to speed the BS up
2025-11-29 05:21:34 +01:00
Amir Alexander Abdelbaki
aeb027a27d
so i was missing sudo, also added lots of debug info - also need to do a logfile tbh
2025-11-29 05:12:52 +01:00
Amir Alexander Abdelbaki
83bd6e3df2
Autosetup: so i was missing efibootmgr
2025-11-29 04:29:17 +01:00
Amir Alexander Abdelbaki
30eb05feab
Autosetup: but not NOconfirm
2025-11-29 04:01:27 +01:00
Amir Alexander Abdelbaki
94f45ae105
Autosetup: OK WE ONLY USE CAPS FROM NOW ON
2025-11-29 03:55:05 +01:00
Amir Alexander Abdelbaki
63c7a288be
fixed autosetup cryptenroll
2025-11-29 02:32:38 +01:00
Amir Alexander Abdelbaki
46d9771fc4
Update setup/arch-auto-install-new-cgpt.sh
2025-11-28 12:54:00 +01:00
Amir Alexander Abdelbaki
a63dbee893
cleanup of deprecated components
2025-11-28 10:57:06 +01:00
Amir Alexander Abdelbaki
6e2fde3f56
Add setup/modules/Desktop-Enviroments/hyprland-new.sh
2025-11-28 10:15:39 +01:00
Amir Alexander Abdelbaki
85212e3919
Add setup/modules/shell-setup-new.sh
2025-11-28 10:03:36 +01:00
Amir Alexander Abdelbaki
c6f3b54cc5
Add setup/arch-auto-install-new-cgpt.sh
2025-11-28 09:26:06 +01:00
Amir Alexander Abdelbaki
1862f83fab
added udiskie
2025-11-27 18:04:00 +01:00
Amir Alexander Abdelbaki
1139d42c05
Update setup/modules/optional-Modules/network-developer-packages.sh
2025-11-19 16:18:16 +01:00
Amir Alexander Abdelbaki
7748fdf8f8
Update setup/modules/aur-yay.sh
2025-11-19 16:15:05 +01:00
Amir Alexander Abdelbaki
d33c786966
added dysk
2025-11-18 12:35:21 +01:00
Amir Alexander Abdelbaki
be35eb7278
readded shell.sh
2025-11-09 20:21:22 +01:00
Amir Alexander Abdelbaki
5206a65415
thunar fixes
2025-10-21 09:00:24 +02:00
Amir Alexander Abdelbaki
6f62f3ac39
added pinta
2025-10-19 03:50:38 +02:00
Amir Alexander Abdelbaki
a745a48397
fixed my fuckups
2025-10-14 22:24:04 +02:00
Amir Alexander Abdelbaki
5cc5e02022
whole lotta stuff
2025-10-13 19:49:20 +02:00
Amir Alexander Abdelbaki
7cc66ef79a
Update setup/modules/shell.sh
...
should be fine
2025-10-13 19:49:20 +02:00
Amir Alexander Abdelbaki
1a4ed9d7f1
Update setup/modules/shell.sh
2025-10-13 12:10:53 +02:00
Amir Alexander Abdelbaki
944b84df35
Update setup/modules/package-managers.sh
2025-10-13 10:58:24 +02:00
Amir Alexander Abdelbaki
bbeb3cbb67
Update setup/modules/shell.sh
2025-10-13 10:57:45 +02:00
Amir Alexander Abdelbaki
e63f403394
Update setup/modules/shell.sh
2025-10-13 10:57:11 +02:00
Amir Alexander Abdelbaki
7b44c5fe13
added hyprpicker to install list
2025-10-12 04:39:36 +02:00
Amir Alexander Abdelbaki
39671601f5
fixed thunar terminal opening hook
2025-10-10 17:18:40 +02:00
Amir Alexander Abdelbaki
5b6d970076
added thunar plugins
2025-10-07 19:37:59 +02:00
Amir Alexander Abdelbaki
6826717b80
added thunar
2025-10-07 19:08:14 +02:00
Amir Alexander Abdelbaki
95ef6c6c48
fixed nq install, now using nq from leah neukirchen
2025-09-30 09:53:10 +02:00
Amir Alexander Abdelbaki
0c637e636a
added nq to package lsit
2025-09-30 09:46:04 +02:00
Amir Alexander Abdelbaki
a893d68fb8
added cron to setup scripts
2025-09-25 18:48:10 +02:00
Amir Alexander Abdelbaki
ffdfc5cd78
ulauncher plugins
2025-07-06 03:10:23 +02:00
Amir Alexander Abdelbaki
676c35b1f1
added ulauncher to setup, addded zoxide
2025-07-06 01:05:34 +02:00
Your Name
20b17a1a91
fixed some stuff with walker
2025-06-13 10:58:16 +02:00
Your Name
360143c59d
didn't know less isnt a default gnutil
2025-06-13 09:28:49 +02:00
Your Name
bbf6e63fd4
added bzmenu and iwmenu
2025-06-13 09:24:27 +02:00
Your Name
a4be9054ee
added mimeapps list
2025-06-13 09:09:24 +02:00
Your Name
0c69420ba4
removed alacritty
2025-06-13 08:28:09 +02:00
Your Name
8160ea7edd
added qualculate
2025-06-13 08:27:00 +02:00
Amir Alexander Abdelbaki
4990c4172d
added walker
2025-06-13 02:02:34 +02:00
Amir Alexander Abdelbaki
dfd4c853d7
added ipcalc and units
2025-06-13 00:21:15 +02:00
Amir Alexander Abdelbaki
fe5464647a
added wofi-calc
2025-06-12 23:47:31 +02:00
Your Name
13e3746eb7
added kubectl
2025-06-11 14:32:55 +02:00
Your Name
3ac9dc36ef
added more podman packages
2025-06-11 14:24:26 +02:00
Amir Alexander Abdelbaki
0b2306b3ff
added crt
2025-06-10 23:13:54 +02:00
Amir Alexander Abdelbaki
4ab810a393
added cmd+F to find files
2025-06-09 19:13:42 +02:00
Amir Alexander Abdelbaki
84c8615ca5
moved formatting to parted
2025-05-29 16:00:36 +02:00
Your Name
87385cc466
added hypridle
2025-05-27 16:09:49 +02:00
Amir Alexander Abdelbaki
4149f30708
added removal of conflicting packages before installing hyprland
2025-05-27 10:09:35 +02:00
Amir Alexander Abdelbaki
6eadc713bc
finished gaming packages.sh
2025-05-27 10:06:32 +02:00
Amir Alexander Abdelbaki
0cd3be79ff
added greetd-tuigreet to core-packages
2025-05-27 09:51:26 +02:00
Amir Alexander Abdelbaki
43587b770d
also added stopper before autoformat
2025-05-27 09:32:04 +02:00
Amir Alexander Abdelbaki
db25d722c3
maybe fixed installer scripts
2025-05-27 09:29:42 +02:00
Amir Alexander Abdelbaki
af4f3b8889
Update setup/autoformat.sh
2025-05-26 16:48:36 +02:00
Amir Alexander Abdelbaki
4ca9037a71
added arch install scripts
2025-05-25 23:56:51 +02:00
Amir Alexander Abdelbaki
f93535269e
added symlinks
2025-05-25 23:55:12 +02:00
Amir Alexander Abdelbaki
58488c8286
fixed typo
2025-05-25 23:36:14 +02:00
Amir Alexander Abdelbaki
3999cce05d
turns out i also need inetutils
2025-05-25 22:56:04 +02:00
Amir Alexander Abdelbaki
f79280e45f
gaming packages now installs spicetify
2025-05-25 22:53:22 +02:00
Amir Alexander Abdelbaki
fd407d7785
added gaming packages
2025-05-25 22:46:27 +02:00
Amir Alexander Abdelbaki
053e8b8642
figured out papirus is officially packaged
2025-05-25 22:32:36 +02:00
Amir Alexander Abdelbaki
ff213b6057
following instructions maybe?
2025-05-25 20:38:59 +02:00
Amir Alexander Abdelbaki
92e5d0a1d1
split things into smaller components
2025-05-25 20:28:16 +02:00
Amir Alexander Abdelbaki
1362ebf947
removed autoformating
2025-05-25 20:24:34 +02:00
Amir Alexander Abdelbaki
133218a292
plzzzz worky
2025-05-25 20:15:55 +02:00
Amir Alexander Abdelbaki
e5851aa111
getting there maybe????
2025-05-25 20:15:12 +02:00
Amir Alexander Abdelbaki
5ddc54271a
new approach to formatting maybeeeee
2025-05-25 20:08:55 +02:00
Amir Alexander Abdelbaki
ba69e2e6b8
maybe formatting works now?
2025-05-25 20:04:02 +02:00
Amir Alexander Abdelbaki
62ca7e9754
no but this time its gotta work
2025-05-25 19:59:26 +02:00
Amir Alexander Abdelbaki
ddef39d01c
added second Blockdev Selector
2025-05-25 19:54:51 +02:00
Amir Alexander Abdelbaki
f866c493ae
added chroot shell script at installer
2025-05-25 19:50:43 +02:00
Amir Alexander Abdelbaki
b19e063103
now it should actually work
2025-05-25 19:43:44 +02:00
Amir Alexander Abdelbaki
d53639b544
fixed disk formating
2025-05-25 19:40:11 +02:00
Amir Alexander Abdelbaki
31c53c5a8f
added live-install.sh
2025-05-25 19:29:29 +02:00
Amir Alexander Abdelbaki
3fa005783f
added wprs module
2025-05-25 14:10:32 +02:00
Amir Alexander Abdelbaki
71ba555d25
further set up the live installer
2025-05-25 13:35:01 +02:00
Amir Alexander Abdelbaki
ac0a4f67d4
added live-install.sh as wip module for installing a base system
2025-05-25 12:34:33 +02:00
Amir Alexander Abdelbaki
37c5402ef0
finally sorted packages from legacy installer script into their respective modules
2025-05-25 11:32:10 +02:00
Amir Alexander Abdelbaki
82876e16f9
fiexed git default editor
2025-05-25 10:58:49 +02:00
Amir Alexander Abdelbaki
da25625c73
Revert "added keyring"
...
This reverts commit 59f20313c2 .
reverted keyring.
Changes to be committed:
modified: .zshrc
modified: setup/modules/shell.sh
2025-05-25 10:50:54 +02:00
Amir Alexander Abdelbaki
59f20313c2
added keyring
2025-05-25 10:01:42 +02:00
Amir Alexander Abdelbaki
70c8d1f48c
added bluetooth stuff to hyprland install module
2025-05-25 08:34:46 +02:00
Your Name
aeb40040a3
added mc and yazi to core-packages
2025-05-20 13:43:53 +02:00
Your Name
e6ec21c153
added cyberqueer as default theme
2025-05-19 14:40:51 +02:00
Your Name
a1421e4357
added some stuff to the shell packages
2025-05-19 13:35:47 +02:00
Your Name
2b52c3c7e3
fixed systray css and set up nm-applet
2025-05-19 12:12:18 +02:00
Your Name
a48e620aec
commented the icon download for now
2025-05-19 10:15:24 +02:00
Your Name
86cbaa7594
maybe install works now
2025-05-19 10:09:07 +02:00
Your Name
0cab7b185f
install script made executable
2025-05-19 09:58:44 +02:00
Your Name
fa259d8534
one step closer to a working autoinstall
2025-05-19 09:58:06 +02:00
Your Name
4886372fb3
also fixed installer (and kb icon)
2025-05-19 09:26:12 +02:00
Amir Alexander Abdelbaki
6b69c02356
added kew into the packagelist
2025-05-15 21:59:13 +02:00
Amir Alexander Abdelbaki
1c4e7fba25
added the new kid on citrixes block
2025-05-15 20:17:07 +02:00
Amir Alexander Abdelbaki
a7ef244e2e
important core packages
2025-05-15 20:10:01 +02:00
Amir Alexander Abdelbaki
20e7868a48
added fail2ban to default packages because lets be fr we need to be safe
2025-05-15 14:47:52 +02:00
Amir Alexander Abdelbaki
dee34e7c93
working on the proper installer
2025-05-15 14:40:02 +02:00
Amir Alexander Abdelbaki
6069ea16d6
started implementing hyprsunset
2025-05-15 11:19:59 +02:00
Amir Alexander Abdelbaki
5bd7155328
added wvkbd
2025-05-15 10:27:53 +02:00
Amir Alexander Abdelbaki
c41e5d4866
added hyprexpo
2025-05-15 09:08:01 +02:00
Amir Alexander Abdelbaki
ec0ecbd53d
fixed nvim powerline
2025-05-14 10:28:06 +02:00
Your Name
e63aee645e
fixed Vencord-Vesktop install
2025-05-12 16:10:23 +02:00
Your Name
8ebc7538cf
added internet speed check cmd shift I
2025-05-12 11:50:58 +02:00
Your Name
e728248498
added pip fr this time
2025-05-12 11:11:29 +02:00
Your Name
e148402023
no but this time i fixed it fr
2025-05-12 11:07:48 +02:00
Your Name
96359f5b89
added pipx
2025-05-12 10:41:30 +02:00
Amir Alexander Abdelbaki
6380daba3b
no but this time fr... (Papirus-Violet-Dark)
2025-05-08 15:12:18 +02:00
Amir Alexander Abdelbaki
723e78d7e2
changed my mind, we purple now
2025-05-08 14:55:31 +02:00
Amir Alexander Abdelbaki
b71f251222
added BeautySolar Icon theme as default with hyprland
2025-05-08 14:41:24 +02:00
Amir Alexander Abdelbaki
f8501e871a
fixed hyprland install module
2025-05-07 21:55:39 +02:00
Your Name
49f3e286be
added nwg-look
2025-05-07 15:51:10 +02:00
Your Name
b02fec8412
added nwg-panel
2025-05-07 10:25:24 +02:00
Your Name
d304c3ff29
added nwg-drawer
2025-05-07 09:50:34 +02:00
Amir Alexander Abdelbaki
94a8e61f73
adjusted install.sh accordingly
2025-05-06 16:33:21 +02:00
Amir Alexander Abdelbaki
14c368f9db
also made some categories for specific package install modules (netdev, core, gaming), and encapped hyprland in 1 file
2025-05-06 16:21:43 +02:00
Amir Alexander Abdelbaki
3c65e8f254
started splitting up into per-DE package install
2025-05-06 16:10:03 +02:00
Amir Alexander Abdelbaki
68a36460bb
added ultisnips to nvim
2025-05-06 13:14:06 +02:00
Amir Alexander Abdelbaki
933bdb2814
added python module to installer
2025-05-06 09:59:04 +02:00
Amir Alexander Abdelbaki
15e45d78ed
added python.sh installer module
2025-05-06 09:57:48 +02:00
Your Name
500f59469b
fixed branch switch script
2025-05-05 12:46:27 +02:00
Amir Alexander Abdelbaki
ffe83a9ecc
fixed installer
2025-05-05 11:25:48 +02:00
Amir Alexander Abdelbaki
d4e1faaeb8
fixed branch switcher script... i think...
2025-04-27 04:08:50 +02:00
Amir Alexander Abdelbaki
f8d9aceb06
added hyprlock
2025-04-24 12:04:28 +02:00
Amir Alexander Abdelbaki
de10159131
Update setup/install.sh
2025-04-23 09:59:55 +02:00
Amir Alexander Abdelbaki
47f6d72694
Update setup/modules/hyprland.sh
2025-04-23 09:54:44 +02:00
Amir Alexander Abdelbaki
5a8f583c87
Update setup/install.sh
2025-04-23 09:54:34 +02:00
Amir Alexander Abdelbaki
b79457eb75
Update setup/install.sh
2025-04-23 09:50:31 +02:00