Install all using the install.sh script
$ git clone github.com/renchunhui/dotfiles $HOME/.config/dotfiles
$ chomd +x $HOME/.config/dotfiles/install.sh
$ ./install.sh
Install part using dot cli
Usage: dot install [command]
Available Commands:
brew Homebrew 安装
git Git 环境
alacritty 终端配置
os 系统偏好设置
neovim NeoVim 配置
node Node 环境
vscode VSCode 开发环境
zsh zsh 环境
help 帮助文档
- Handy binary script
- Automatic software installation
- Sensible OS X defaults
├── bin
├── cmd
│ ├── install
│ └── uninstall
├── etc
│ ├── alacritty
│ ├── git
│ ├── npm
│ ├── tmux
│ └── zsh
├── user
│ ├── alacritty
│ ├── brew
│ ├── git
│ ├── neovim
│ ├── node
│ ├── os
│ ├── vscode
│ └── zsh
├── Brewfile
└── install.sh