Compare commits
6 commits
1cd5b40006
...
a96e541dc6
Author | SHA1 | Date | |
---|---|---|---|
a96e541dc6 | |||
7302f57590 | |||
031d2acb85 | |||
|
776c365408 | ||
077bb2e2d9 | |||
6eaf278279 |
3 changed files with 27 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tabs
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
@ -23,7 +23,7 @@ indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[{CMakeLists.txt,*.cmake}]
|
[{CMakeLists.txt,*.cmake}]
|
||||||
indent_style = tabs
|
indent_style = tab
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
|
@ -20,6 +20,7 @@ apt-get update \
|
||||||
cargo \
|
cargo \
|
||||||
command-not-found \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
|
diffr \
|
||||||
elinks \
|
elinks \
|
||||||
eza \
|
eza \
|
||||||
fd-find \
|
fd-find \
|
||||||
|
@ -48,8 +49,6 @@ apt-get update \
|
||||||
pipx \
|
pipx \
|
||||||
&& apt-file update
|
&& apt-file update
|
||||||
|
|
||||||
cargo install --root /usr/local diffr
|
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/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
|
&& chmod u+x /usr/local/sbin/cleanup.sh
|
||||||
|
|
23
packages
Normal file
23
packages
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue