Dotfiles for shell, zsh, vim, macOS, etc
# dotfiles
git clone https://github.com/andrepolischuk/dotfiles && ~/dotfiles/init.sh
# git config
git config --global user.name "Your Name"
git config --global user.email "email@yoursite.com"
You may set macOS defaults:
~/dotfiles/macos.sh
You can run for update all apps:
~/dotfiles/update.sh
- dotfiles
- zsh
- zsh plugins
- brew packages
- vim plugins
- global npm packages
- Anton Shuvalov and his dotfiles inspired me to create the same
- Denys Dovhan and his dotfiles
- Mathias Bynens and his dotfiles with macOS defaults
MIT