From 6eaf2782792b316aa767ed24143a71754ee758f9 Mon Sep 17 00:00:00 2001 From: schtobia Date: Sun, 5 May 2024 12:11:59 +0200 Subject: [PATCH 1/5] bootstrap-root.sh: Repaired URL of cleanup.sh --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 67d8c77..d43f7d1 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -51,7 +51,7 @@ apt-get update \ cargo install --root /usr/local diffr # shellcheck disable=SC2086 -curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup/cleanup.sh \ +curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup.sh \ && chmod u+x /usr/local/sbin/cleanup.sh # diff-highlight from git is necessary for tig From 077bb2e2d98dd8c8f761035f54c7363f4533ae31 Mon Sep 17 00:00:00 2001 From: schtobia Date: Sun, 5 May 2024 12:27:43 +0200 Subject: [PATCH 2/5] bootstrap-root: diffr is now available via debian package --- bootstrap-root.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index d43f7d1..491a2d4 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -20,6 +20,7 @@ apt-get update \ cargo \ command-not-found \ curl \ + diffr \ elinks \ eza \ fd-find \ @@ -48,8 +49,6 @@ apt-get update \ pipx \ && apt-file update -cargo install --root /usr/local diffr - # shellcheck disable=SC2086 curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup.sh \ && chmod u+x /usr/local/sbin/cleanup.sh From 031d2acb8515132cb657911d53e5b2d5ea7ff2c1 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 22 Apr 2025 17:14:11 +0200 Subject: [PATCH 3/5] added termux package list --- packages | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages diff --git a/packages b/packages new file mode 100644 index 0000000..5ee86bb --- /dev/null +++ b/packages @@ -0,0 +1,22 @@ +apt-file +bash-completion +bat +command-not-found +direnv +elinks +eza +fzf +git +git-delta +htop +man +mc +neovim +python +python-pip +python-pynvim +ranger +ripgrep +rust +tig +zsh From 7302f575909ada4ed0203921770a00f736bda3e1 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 22 Apr 2025 17:22:07 +0200 Subject: [PATCH 4/5] added sensible-utils --- packages | 1 + 1 file changed, 1 insertion(+) diff --git a/packages b/packages index 5ee86bb..9bf704f 100644 --- a/packages +++ b/packages @@ -18,5 +18,6 @@ python-pynvim ranger ripgrep rust +sensible-utils tig zsh From a96e541dc64e70649b661e26a5281c69e2be54d8 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 22 Apr 2025 17:22:22 +0200 Subject: [PATCH 5/5] editorconfig: tabs --> tab --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index bd6a6b9..545f405 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Tobias Schmidl +# SPDX-FileCopyrightText: 2025 Tobias Schmidl # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -8,7 +8,7 @@ root = true [*] -indent_style = tabs +indent_style = tab indent_size = 4 end_of_line = lf charset = utf-8 @@ -23,7 +23,7 @@ indent_style = space indent_size = 2 [{CMakeLists.txt,*.cmake}] -indent_style = tabs +indent_style = tab [*.md] indent_size = 2