文件名称:shell-config:这是我的shell设置的存储库(在家中或其他地方)
文件大小:76KB
文件格式:ZIP
更新时间:2024-03-20 06:19:09
Shell
外壳配置 这是我的shell配置的存储库。 我在家中使用 ,在工作中使用 。 在配置shell之前,请先下拉几个git存储库。 列出了我用于。 su - # if applicable if [ $( uname -o ) == ' Cygwin ' ] ln -v /path/to/repo/cygwin/git/config /path/to/new/config/git/ for i in $( grep -Ev ' ^# ' /path/to/repo/cygwin/git/repos.git ) do printf ' %s -> %s ' $i $( dirname /path/to/repo ) / $( echo $i | grep -oE ' [^//]+$ ' | cut -d ' . ' -f1 ) && git clone