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 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 diff --git a/packages b/packages new file mode 100644 index 0000000..9bf704f --- /dev/null +++ b/packages @@ -0,0 +1,23 @@ +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 +sensible-utils +tig +zsh