Commit Graph

53 Commits

Author SHA1 Message Date
Sam A. 36337553ff
Stuff 2024-02-18 16:48:28 +01:00
Sam A. 27e821c0cc
Remove Neovim from update.sh 2023-05-11 20:04:30 +02:00
Sam A. 0d21647573
Fix update.sh 2023-04-06 17:38:47 +02:00
Sam A. 8bf4d4d75a
Also check if dockerd is running 2023-03-04 16:12:57 +01:00
Sam A. 0cd17de71c
Use /etc/os-release instead of lsb_release 2023-03-03 19:38:34 +01:00
Sam A. 046f4b8de0
Update update.sh 2023-02-22 13:50:51 +01:00
Sam A. 3a9cde8f12
Update pdf-clean.sh 2023-02-21 14:57:34 +01:00
Sam A. fff852f15d
Always refresh package repos 2023-02-16 16:53:43 +01:00
Sam A. c4cb2829ac
Remove USB locking 2023-01-16 13:57:15 +01:00
Sam A. 361ad1c8b7
Update echoes in update.sh 2023-01-12 20:44:38 +01:00
Sam A. aef116579a
Remove Debian|Ubuntu support 2022-12-30 19:46:00 +01:00
Sam A. d7e7259729
Remove Android from update.sh 2022-12-30 19:22:12 +01:00
Sam A. 05734d7555
Update update.sh 2022-12-06 17:50:06 +01:00
Sam A. 7510a6dde8
doas can't really remember authentication state across execution scopes 2022-11-24 18:14:21 +01:00
Sam A. 49a96ad29c
Use sudo with Docker commands 2022-11-23 18:25:57 +01:00
Sam A. 14d7ce105a
Add more options for USB unlocking 2022-10-30 18:46:57 +01:00
Sam A. f76a5e7e9a
Add keybinding for USB unlock 2022-10-28 17:59:55 +02:00
Sam A. 0abb173a4a
Remove more Android support and fix scripts 2022-09-22 21:44:10 +02:00
Sam A. bca632295f
Remove space 2022-09-11 13:33:11 +02:00
Sam A. 25c32fb206
Remove fg 2022-09-05 20:04:01 +02:00
Sam A. a751783e73
Edit scripts 2022-07-05 15:43:37 +02:00
Sam A. 26f3d3a3f8
Add pdf-clean.sh 2022-07-05 15:18:25 +02:00
Sam A. f0ff75787f
npm --global deprecated 2022-07-04 09:50:41 +02:00
Sam A. 5030805970
Update update.sh 2022-07-02 21:48:51 +02:00
Sam A. db14568676
Add nvim autocmd, fix alias, add rust to update.sh 2022-06-11 01:19:18 +02:00
theanonymousexyz 337899a3b4
Update update.sh 2022-06-06 15:48:21 +02:00
theanonymousexyz 18cd88158a
Add check to update.sh 2022-05-30 14:25:11 +02:00
theanonymousexyz 7f4b1dd6c2
Fix Zsh 2022-05-22 20:38:21 +02:00
theanonymousexyz 78639d8876
Changes 2022-05-22 18:08:26 +02:00
theanonymousexyz 3185a5bbf0
Change full-upgrade to upgrade 2022-04-03 13:35:07 +02:00
theanonymousexyz 56984f622f
Move erase-disk.sh to https://github.com/theanonymousexyz/archived-scripts 2022-03-18 18:07:46 +01:00
the_4n0nym0u53 73e7f7a90d
update.sh: Avoid non-zero exit code 2022-03-13 22:38:25 +01:00
the_4n0nym0u53 6dc6ca0e3f
erase-disk.sh: add --crypy-prep flag 2022-03-06 16:52:37 +01:00
the_4n0nym0u53 246e1ca9eb
Change shebangs 2022-03-06 16:22:37 +01:00
the_4n0nym0u53 54c34c30b5
Update update.sh 2022-02-28 23:02:33 +01:00
the_4n0nym0u53 9f177a06dd
Scripts: Add Debian/Ubuntu to update.sh 2022-02-28 23:00:47 +01:00
the_4n0nym0u53 b29b88621c
Scripts: Fix error messages in erase-disk.sh 2022-02-24 22:08:14 +01:00
the_4n0nym0u53 7dd2d85547
Scripts: Add help message to erase-disk.sh 2022-02-24 19:36:22 +01:00
the_4n0nym0u53 332473358f
Scripts: Add erase-disk.sh 2022-02-24 13:07:09 +01:00
the_4n0nym0u53 79e8c96121
clear-clipboard.sh: Also clear clipboard in X/XWayland 2022-01-27 20:09:04 +01:00
the_4n0nym0u53 f3038f239a
Optimize Zsh and scripts for Termux 2022-01-23 19:26:28 +01:00
the_4n0nym0u53 9fffd0c3e8
Archive vfio.sh (doesn't work on laptop) 2022-01-22 15:15:20 +01:00
the_4n0nym0u53 75a0d08c4f
/bin/sh -> dash doesn't work on Fedora. 2022-01-08 21:59:42 +01:00
the_4n0nym0u53 6818bc6c21
return -> exit 2022-01-08 19:46:40 +01:00
the_4n0nym0u53 67eac27d79
Major overhaul
- Make everything compatible with both Artix and Fedora
- Install script is now only for Artix
- Extra .zsh files are no longer dot files, makes sourcing from .zshrc easier
2022-01-08 17:56:42 +01:00
the_4n0nym0u53 b9bc23d46e
Shell scripts:
- Improve install script with for loop
- Change hash bangs to /bin/sh because I've symlinked /bin/sh to dash, they should work with bash as well due to POSIX compliance
2022-01-08 16:24:17 +01:00
the_4n0nym0u53 de9220bc73
Make all shell scripts POSIX compliant, and use dash instead of bash. 2022-01-03 01:37:30 +01:00
the_4n0nym0u53 a05a6a756a
Switch to dash. 2022-01-03 00:46:41 +01:00
the_4n0nym0u53 c9275dea37
Make vfio.sh POSIX compliant. 2022-01-03 00:39:35 +01:00
the_4n0nym0u53 35643435c5
Revamp README(s). 2021-12-30 15:38:46 +01:00