From bb93200f528616245120067cfe637355dab9f329 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 30 Sep 2025 09:29:31 +0300 Subject: [PATCH] chore(cleanup): remove hosts/v Signed-off-by: Ismo Vuorinen --- hosts/v/.gitkeep | 0 hosts/v/README.md | 3 --- hosts/v/base/.gitkeep | 0 hosts/v/config/.gitkeep | 0 hosts/v/config/git/overrides/config | 26 -------------------------- hosts/v/install.conf.yaml | 14 -------------- 6 files changed, 43 deletions(-) delete mode 100644 hosts/v/.gitkeep delete mode 100644 hosts/v/README.md delete mode 100644 hosts/v/base/.gitkeep delete mode 100644 hosts/v/config/.gitkeep delete mode 100644 hosts/v/config/git/overrides/config delete mode 100644 hosts/v/install.conf.yaml diff --git a/hosts/v/.gitkeep b/hosts/v/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/hosts/v/README.md b/hosts/v/README.md deleted file mode 100644 index f61fbf6..0000000 --- a/hosts/v/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# .dotfiles/hosts/v - -This is my work computer. diff --git a/hosts/v/base/.gitkeep b/hosts/v/base/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/hosts/v/config/.gitkeep b/hosts/v/config/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/hosts/v/config/git/overrides/config b/hosts/v/config/git/overrides/config deleted file mode 100644 index 7e13a8d..0000000 --- a/hosts/v/config/git/overrides/config +++ /dev/null @@ -1,26 +0,0 @@ -# vim: ft=gitconfig sw=2 ts=2 et -[include] - path = ~/.dotfiles/config/git/shared - -[gpg] - format = ssh - -[user] - name = Ismo Vuorinen - email = ismo.vuorinen@vincit.fi - signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLyOvkr1nRqMVv3UAizmk6C+q40H4khvw7qIXXXyOyFmzjwYx/Cuxoi4uZVjX+q4qFYJ+c312uu6YXiEtfyoCao3wub8r1cLBQ3eIvuyWp2K8Ixcd9JmFmLmoeiENpJxqyr0WPZLDkrCWUZCsQQh8zzGFnfciUdUdTiZ7s21AEhhmFRSdFlVfQSlGMFxU321psg1YilcP80bDwFd1FsL4TssSkwlbgP/twqnpZ4436TTo7kp0UnH/RZkfRdDWScKHaWgncBG0CZeQxGWnRp8fvZn/7gDnthcZhvnDALVBE7QFuZ90GxqVw3IGpHryV0mFO6EGQ9Ke9YX7pKVZPUXZjeCN4SVKsqFdVJ6AjaSJ9K7nL98rYK7qNzndT3cKqPNgPteyXWRulH68A51ecQqHrjTttZcdN9hKt9uBHpzuXsby2QObT+VB4MNjZapa+YYF/WgwJCml4lzn2xMFg1vYZD78pfoJ9e5f2cL1MMlUSDb0TNxmEXfDQ77H/pRpKDz0= - -[gpg "ssh"] - program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign - allowedSignersFile = ~/.ssh/allowed_signers - -[commit] - gpgsign = true - -[credential "https://github.com"] - helper = - helper = !/opt/homebrew/bin/gh auth git-credential - -[credential "https://gist.github.com"] - helper = - helper = !/opt/homebrew/bin/gh auth git-credential diff --git a/hosts/v/install.conf.yaml b/hosts/v/install.conf.yaml deleted file mode 100644 index 874aa6e..0000000 --- a/hosts/v/install.conf.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- include: 'tools/dotbot-defaults.yaml' -- shell: - - echo "Configuring v" -- link: - ~/: - force: true - glob: true - path: hosts/v/base/** - prefix: '.' - ~/.config/: - glob: true - force: true - path: hosts/v/config/**