1 Star 0 Fork 0

dragon/codicocodes_dotfiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
macos.setup.sh 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
codico 提交于 2022-04-24 15:42 . Cleanup setup script
#!/bin/bash
# Install xcode command-line tools
xcode-select --install
# Make sure we’re using the latest Homebrew
brew update
brew upgrade
# GNU core utilities (those that come with OS X are outdated)
brew install coreutils
brew install moreutils
brew install findutils
brew install gnu-sed --with-default-names
# @TODO Install oh-my-zsh and plugins
# Install wget with IRI support
brew install wget --with-iri
# Install more recent versions of some OS X tools
brew install neovim
brew install ripgrep
# Install other useful binaries
brew install ffmpeg --with-libvpx
brew install fzf
# brew install grep
brew install git
brew install gnupg
brew install imagemagick --with-webp
brew install rename
brew install the_silver_searcher
brew install awscli
brew install gh
brew install openssl
# Remove outdated versions from the cellar
brew cleanup
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragon-teng140806/codicocodes_dotfiles.git
[email protected]:dragon-teng140806/codicocodes_dotfiles.git
dragon-teng140806
codicocodes_dotfiles
codicocodes_dotfiles
main

搜索帮助