Compare commits
No commits in common. "c78b5718e8821d4bd6ef96a6ef84078b1857fe21" and "00eecaf7c69a224a995050f87f55d8f3ed5644c8" have entirely different histories.
c78b5718e8
...
00eecaf7c6
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
|
@ -14,8 +14,6 @@ indent_size = tab
|
|||
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.{cff,yaml,yml}]
|
||||
indent_style = space
|
||||
|
|
|
@ -16,6 +16,3 @@ node_modules/
|
|||
# symlinks, paws off
|
||||
gnupg
|
||||
ssh
|
||||
resolv.conf-generate.bash
|
||||
systemd-resolv.conf-generate.bash
|
||||
systemd-resolv.conf-restore.bash
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[submodule "submodules/shell-things"]
|
||||
path = submodules/shell-things
|
||||
url = https://gitea.blesmrt.net/Mikaela/shell-things.git
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
# See https://pre-commit.com for more information
|
||||
|
@ -14,7 +14,7 @@ default_language_version:
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -38,13 +38,13 @@ repos:
|
|||
hooks:
|
||||
- id: check-pre-commit-ci-config
|
||||
|
||||
- repo: https://github.com/rbubley/mirrors-prettier
|
||||
rev: "v3.2.5"
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v4.0.0-alpha.8"
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.8.0-1
|
||||
rev: v3.7.0-4
|
||||
hooks:
|
||||
- id: shfmt
|
||||
#- id: shfmt-docker
|
||||
|
@ -56,6 +56,8 @@ repos:
|
|||
alias: ec
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v3.0.2
|
||||
# TODO / FIXME: use a tag here once one without default language releases
|
||||
#rev: v2.1.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
|
@ -9,7 +9,5 @@ SPDX-License-Identifier: CC0-1.0
|
|||
Dotfiles for user accounts that are not mine, such as single purpouse ones
|
||||
in remote systems or lite versions for cases like Termux.
|
||||
|
||||
- `shellrcsnippets/` - append to shellrc as needed, the files shouldn't change
|
||||
shellrcsnippets - append to shellrc as needed, the files shouldn't change
|
||||
much
|
||||
- `submodules/` - git submodules that may be symlinked to, but pulling them
|
||||
in is up to the user.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
submodules/shell-things/etc/resolv.conf-generate.bash
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8fe31b9e641c86f6f8bef1fbaf5685c27164c367
|
|
@ -1 +0,0 @@
|
|||
submodules/shell-things/etc/systemd-resolv.conf-generate.bash
|
|
@ -1 +0,0 @@
|
|||
submodules/shell-things/etc/systemd-resolv.conf-restore.bash
|
Loading…
Reference in New Issue