文件名称:dotfiles:我的系统设置脚本和应用程序配置集合
文件大小:559KB
文件格式:ZIP
更新时间:2024-02-28 15:34:25
Shell
必备软件 Xcode xcode-select --install 家酿 吉特 brew install git sh bin/apply_git_settings 用法 应用基本系统设置 sh bin/apply_basic_settings 应用系统默认值 sh bin/apply_default_settings 安装桌面应用程序 sh bin/install_homebrew_casks 安装Brew基本软件包 brew bundle --file= ~ /dev/dotfiles/homebrew/Brewfile 软件配置 应用软件Symlink sh bin/apply_symlinks ZSH设定 设置默认外壳 echo $( which zsh ) | sudo tee -a /etc/shells chsh -s $( which zsh ) Zplug cu