personal_scripts

mrgrouse's personal scripts for using arch or artix linux
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-11-13 00:36arch-secure-boot.sh: allow for user intervention before rebooting to firmwaremrgrouse1+2-0
2024-11-13 00:34wall.sh: use `xdg-user-dirs-update` as fallback for an unset `$XDG_PICTURES`mrgrouse1+1-1
2024-11-13 00:32README.md: make README warning boldmrgrouse1+1-1
2024-11-13 00:31Makefile: convert `chmod` commands to octal modemrgrouse1+4-4
2024-11-13 00:29artix-install.sh: add dhcpcd dependency, add comments about the use of the script about this change and notify user about enabling services after install is completedmrgrouse1+3-1
2024-11-13 00:25artix-install.sh: remove networkmanager dependency, fix broken directories, tell user what script is doing when run, and add some commentsmrgrouse1+15-5
2024-09-22 00:48wall.sh: assign home variable if not setmrgrouse1+1-0
2024-09-22 00:46arch-secure-boot.sh: make reboot to firmware free of systemd dependencymrgrouse1+1-1
2024-08-23 08:09wall.sh: change domain name to local ip addressmrgrouse1+2-2
2024-08-23 02:23 arch-secure-boot.sh: remove unnecessary TODO comment and fix other comment for claritymrgrouse1+1-2
2024-08-10 02:31wall.sh: fix ssh usernamemrgrouse1+2-2
2024-08-09 06:59Makefile: set permissions when installing scriptsmrgrouse1+4-0
2024-08-09 06:58Makefile: remove duplicated linemrgrouse1+0-1
2024-08-08 04:15create Makefile with install target and customizable install pathmrgrouse1+7-0
2024-08-08 04:12rewrite upgrader.shmrgrouse1+4-0
2024-05-18 02:16wall.sh: utilize XDG directories and create XDG_PICTURES variable if it doesn't existmrgrouse1+3-2
2024-05-16 02:34artix-install.sh: begin work on getting UUID as variables; work on grub auto generated config filemrgrouse1+4-1
2024-05-13 04:44wall.sh: remove executable permissionsmrgrouse1+0-0
2024-05-13 04:38arch-secure-boot.sh: add echo with descriptions for each step for user's view; add comments for future plansmrgrouse1+14-3
2024-05-13 04:32artix-install.sh: add initramfs generator checker; add variable for decrypted root drive; fix minor mistakesmrgrouse1+20-7
2024-05-13 04:22README.md: add list of currently created scriptsmrgrouse1+5-0
2024-05-13 04:21create currently useless READMEmrgrouse1+4-0
2024-05-13 04:18create arch-secure-boot.shmrgrouse1+35-0
2024-05-13 04:17create artix-install.shmrgrouse1+85-0
2024-05-13 04:13create wall.shmrgrouse1+14-0