mirror of
https://gitea.blesmrt.net/mikaela/minidotfiles.git
synced 2024-11-23 11:39:35 +01:00
add submodule shell-things for the resolv.conf scripts (symlinked)
This commit is contained in:
parent
7827eccfb4
commit
c78b5718e8
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
@ -14,6 +14,8 @@ indent_size = tab
|
||||
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.{cff,yaml,yml}]
|
||||
indent_style = space
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -16,3 +16,6 @@ node_modules/
|
||||
# symlinks, paws off
|
||||
gnupg
|
||||
ssh
|
||||
resolv.conf-generate.bash
|
||||
systemd-resolv.conf-generate.bash
|
||||
systemd-resolv.conf-restore.bash
|
||||
|
7
.gitmodules
vendored
Normal file
7
.gitmodules
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# 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,5 +1,5 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
@ -9,5 +9,7 @@ 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
|
||||
much
|
||||
- `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
resolv.conf-generate.bash
Symbolic link
1
resolv.conf-generate.bash
Symbolic link
@ -0,0 +1 @@
|
||||
submodules/shell-things/etc/resolv.conf-generate.bash
|
1
submodules/shell-things
Submodule
1
submodules/shell-things
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8fe31b9e641c86f6f8bef1fbaf5685c27164c367
|
1
systemd-resolv.conf-generate.bash
Symbolic link
1
systemd-resolv.conf-generate.bash
Symbolic link
@ -0,0 +1 @@
|
||||
submodules/shell-things/etc/systemd-resolv.conf-generate.bash
|
1
systemd-resolv.conf-restore.bash
Symbolic link
1
systemd-resolv.conf-restore.bash
Symbolic link
@ -0,0 +1 @@
|
||||
submodules/shell-things/etc/systemd-resolv.conf-restore.bash
|
Loading…
Reference in New Issue
Block a user