From 2431ff60543c7a7fed404f62923976a3e544fd90 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Sat, 1 Mar 2025 22:37:25 +0100 Subject: [PATCH 1/2] make them executable --- borg-backup.homeserver.sh | 0 borg-backup.snowboard.sh | 0 borg-backup.theseus.sh | 0 btrfs-raid-status.sh | 0 confirm-important.sh | 0 confirm.sh | 0 couchdb-client.sh | 0 debpkg.sh | 0 download-with-sftp.sh | 0 gnome-hotkeys.sh | 0 install_it_all.sh | 0 install_the_basics.sh | 0 mail-logger.homeserver.sh | 0 mail-logger.snowboard.sh | 0 monitoweb.sh | 0 mount-docker-sockets.sh | 0 qemu-spice.sh | 0 tailscale.sh | 0 wakehome.sh | 0 wanikaliwallpaper-cinnamon.sh | 0 wanikaliwallpaper-plasma.sh | 0 wanikaliwallpaper.sh | 0 wireguard-generator.sh | 0 23 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 borg-backup.homeserver.sh mode change 100644 => 100755 borg-backup.snowboard.sh mode change 100644 => 100755 borg-backup.theseus.sh mode change 100644 => 100755 btrfs-raid-status.sh mode change 100644 => 100755 confirm-important.sh mode change 100644 => 100755 confirm.sh mode change 100644 => 100755 couchdb-client.sh mode change 100644 => 100755 debpkg.sh mode change 100644 => 100755 download-with-sftp.sh mode change 100644 => 100755 gnome-hotkeys.sh mode change 100644 => 100755 install_it_all.sh mode change 100644 => 100755 install_the_basics.sh mode change 100644 => 100755 mail-logger.homeserver.sh mode change 100644 => 100755 mail-logger.snowboard.sh mode change 100644 => 100755 monitoweb.sh mode change 100644 => 100755 mount-docker-sockets.sh mode change 100644 => 100755 qemu-spice.sh mode change 100644 => 100755 tailscale.sh mode change 100644 => 100755 wakehome.sh mode change 100644 => 100755 wanikaliwallpaper-cinnamon.sh mode change 100644 => 100755 wanikaliwallpaper-plasma.sh mode change 100644 => 100755 wanikaliwallpaper.sh mode change 100644 => 100755 wireguard-generator.sh diff --git a/borg-backup.homeserver.sh b/borg-backup.homeserver.sh old mode 100644 new mode 100755 diff --git a/borg-backup.snowboard.sh b/borg-backup.snowboard.sh old mode 100644 new mode 100755 diff --git a/borg-backup.theseus.sh b/borg-backup.theseus.sh old mode 100644 new mode 100755 diff --git a/btrfs-raid-status.sh b/btrfs-raid-status.sh old mode 100644 new mode 100755 diff --git a/confirm-important.sh b/confirm-important.sh old mode 100644 new mode 100755 diff --git a/confirm.sh b/confirm.sh old mode 100644 new mode 100755 diff --git a/couchdb-client.sh b/couchdb-client.sh old mode 100644 new mode 100755 diff --git a/debpkg.sh b/debpkg.sh old mode 100644 new mode 100755 diff --git a/download-with-sftp.sh b/download-with-sftp.sh old mode 100644 new mode 100755 diff --git a/gnome-hotkeys.sh b/gnome-hotkeys.sh old mode 100644 new mode 100755 diff --git a/install_it_all.sh b/install_it_all.sh old mode 100644 new mode 100755 diff --git a/install_the_basics.sh b/install_the_basics.sh old mode 100644 new mode 100755 diff --git a/mail-logger.homeserver.sh b/mail-logger.homeserver.sh old mode 100644 new mode 100755 diff --git a/mail-logger.snowboard.sh b/mail-logger.snowboard.sh old mode 100644 new mode 100755 diff --git a/monitoweb.sh b/monitoweb.sh old mode 100644 new mode 100755 diff --git a/mount-docker-sockets.sh b/mount-docker-sockets.sh old mode 100644 new mode 100755 diff --git a/qemu-spice.sh b/qemu-spice.sh old mode 100644 new mode 100755 diff --git a/tailscale.sh b/tailscale.sh old mode 100644 new mode 100755 diff --git a/wakehome.sh b/wakehome.sh old mode 100644 new mode 100755 diff --git a/wanikaliwallpaper-cinnamon.sh b/wanikaliwallpaper-cinnamon.sh old mode 100644 new mode 100755 diff --git a/wanikaliwallpaper-plasma.sh b/wanikaliwallpaper-plasma.sh old mode 100644 new mode 100755 diff --git a/wanikaliwallpaper.sh b/wanikaliwallpaper.sh old mode 100644 new mode 100755 diff --git a/wireguard-generator.sh b/wireguard-generator.sh old mode 100644 new mode 100755 From 984e4b266dd3b70c15905325bc5c7932579ba3bb Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Sat, 1 Mar 2025 22:37:56 +0100 Subject: [PATCH 2/2] less basics --- install_the_basics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_the_basics.sh b/install_the_basics.sh index 9936bd3..290ec28 100755 --- a/install_the_basics.sh +++ b/install_the_basics.sh @@ -2,6 +2,6 @@ set -e apt-get update apt-get install git curl wget vim neovim fd-find bat python3 \ python-is-python3 tmux btop htop fzf lsd tldr trash-cli \ - ripgrep tree python3-venv python3-pip python3-poetry nmap + ripgrep tree nmap apt-get upgrade apt-get autoremove