My macOS dotfiles and homebrew applications.
🇨🇳 all package manager toools configured china mirror.
Install xcode command line tools:
xcode-select --install
Clone this repository using Git:
git clone [email protected]:kuops/dotfiles.git
If necessary, set up command line proxy:
export ALL_PROXY="proxy_ip:port"
export NO_PROXY=".cn,.npmmirror.com,localhost,127.0.0.1"
Navigate into the repository directory and run the installation script:
cd dotfiles && bash install.sh
- Installs Homebrew.
- Configures Homebrew to use China mirrors.
- Installs popular applications and command-line tools.
- Sets up Oh My Zsh and switches the shell to Zsh.
- Configures Neovim and sets up LazyVim.
- Configures preferences for pip, npm, pnpm, git, and SSH.
- Sets up Iterm2 preferences.
To use Gas Mask, execute the following command before opening the application:
sudo spctl --master-disable
Install tmux plugins using tpm:
prefix(ctrl + a) + I
Fllow the Microsoft-Office-For-MacOS tutorial install it.