From 53d420f979f981481891755cc834aa910743eb2b Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Sun, 5 Jul 2026 17:13:22 +0200 Subject: [PATCH] [SETUP] Remove defunct vim subtree and stale subtree metadata The vim/ subtree had no tracked files or directory and its setup loops were dead. The tmux/zsh subtrees have not been synced upstream since 2017; all changes are now direct commits. Delete .gittrees and the vim example-linking loops. Co-Authored-By: Claude Opus 4.8 --- .gittrees | 14 -------------- setup_arch.sh | 3 --- setup_mac.sh | 4 ---- 3 files changed, 21 deletions(-) delete mode 100644 .gittrees diff --git a/.gittrees b/.gittrees deleted file mode 100644 index 3d02a27..0000000 --- a/.gittrees +++ /dev/null @@ -1,14 +0,0 @@ -[subtree "tmux"] -url = git@vcs.murgi.de:dotfiles_fabian/tmux.git -path = tmux -branch = master - -[subtree "zsh"] -url = git@vcs.murgi.de:dotfiles_fabian/zsh.git -path = zsh -branch = master - -[subtree "vim"] -url = git@vcs.murgi.de:dotfiles_fabian/vim.git -path = vim -branch = master diff --git a/setup_arch.sh b/setup_arch.sh index 4c4d214..57c903e 100755 --- a/setup_arch.sh +++ b/setup_arch.sh @@ -28,7 +28,4 @@ for filename in tmux/.*_arch.example; do cp $filename ${filename:0:-13} done -for filename in vim/.*_arch.example; do - cp $filename ${filename:0:-13} -done echo "You should now start tmux (and zsh) and nvim for automatic plugin installation." diff --git a/setup_mac.sh b/setup_mac.sh index 5189923..8e5869a 100755 --- a/setup_mac.sh +++ b/setup_mac.sh @@ -26,10 +26,6 @@ for filename in tmux/.*_mac.example(N); do gln -Tsvf $PWD/$filename $PWD/${filename:0:-12} done -for filename in vim/.*_mac.example(N); do - gln -Tsvf $PWD/$filename $PWD/${filename:0:-12} -done - open fonts/*.ttf echo "You should now start tmux (and zsh) and nvim for automatic plugin installation."