pkg.sopackage field notes

brew / 排名 8572

使用 Homebrew 安装 vcsh

查看 vcsh 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install vcsh

provider-native install command

概览

软件包摘要

Config manager based on git

命令和别名

  • vcsh

历史

项目历史与用法

vcsh is a Git-based configuration manager for dotfiles. Its central trick is to let several Git repositories share $HOME as their working tree without clobbering each other, using fake bare repositories instead of symlink farms.

项目历史

The RichiH/vcsh repository was created on 2011-04-28, and its early tag history includes v0.20111227. Upstream documentation describes vcsh as taking the dotfiles-in-Git approach one step further: single-purpose repositories live in a hidden directory while the actual files are placed directly in $HOME.

The project has stayed intentionally small and Git-centered. Release metadata shows the 2.0 series continuing into 2024, including v2.0.10 on 2024-04-08, which is a long maintenance tail for a tool whose core idea has remained stable.

采用历史

vcsh's adoption is mostly among Unix users who split dotfiles by concern: one repository for zsh, another for vim, another for ssh, and so on. The Arch manpage and upstream documentation both stress this selective setup model, where each machine can clone only the config sets it needs.

The project was designed with myrepos, also known as mr, in mind. Upstream documentation says myrepos has native support for vcsh repositories and that a machine can go from a standard installation to a fully set up system quickly when vcsh and mr are used together.

使用方式

Typical vcsh usage starts with init or clone for a named repository, then ordinary Git commands are run through vcsh's environment. Commands such as list, enter, foreach, list-tracked, and list-untracked reflect that vcsh is a thin coordinator around many Git repositories rather than a new storage format.

The manpage describes the implementation as keeping GIT_DIR separate from GIT_WORK_TREE, with the work tree pointed at $HOME. That avoids symlinks while still letting each repository own only the files it tracks.

为什么软件包爱好者会关心

vcsh is package-nerd significant because it represents a minimalist answer to dotfile portability: use Git more carefully instead of inventing a full configuration database. For people who maintain many machines, the combination of vcsh and mr gives reproducible checkout and update behavior while keeping files in their natural paths.

It also sits in the lineage of Unix tools that deliberately compose: Git stores history, vcsh selects the fake-bare working-tree layout, and myrepos handles fleet operations across repositories.

时间线

  • 2011-04-28: The RichiH/vcsh GitHub repository was created.
  • 2011-12-27: Early vcsh tag v0.20111227 appears in the repository tag history.
  • 2014: Public dotfile-management tutorials were already pairing vcsh with myrepos.
  • 2024-04-08: Release v2.0.10 was published on GitHub.

Related projects

  • myrepos/mr is vcsh's closest companion, providing commands to register, update, and operate on many repositories together. The vcsh_mr_template repository is the sample bootstrap layout referenced by the manpage.
  • vcsh is related in spirit to bare-Git-dotfiles setups, GNU Stow-style symlink farms, chezmoi, yadm, homesick, and other dotfile managers, but it stays closest to plain Git.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/vcsh/config$XDG_CONFIG_HOME/vcsh/config~/.config/vcsh/config

可执行文件

已安装的可执行文件

命令类型暴露范围备注
vcsh可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2.0.10
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:vcsh
版本2.0.10
软件包管理器Homebrew
主页https://github.com/RichiH/vcsh
仓库https://github.com/RichiH/vcsh
Bottle未记录
服务未声明

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation