Welcome to my dotfiles. Feel free to use, but before you do read this README.
Have tips or changes? Submit a pull request.
- Homebrew
- macOS
- Ruby
- Python
- Bash profile aliases
- Git config
- Vim config
- Z shell
- Z shell config
- The install script (full installation) will forcefully run all the partial scripts.
- Install brew packages, casks and execute other scripts.
- After you have forked the repository, update your credentials in ./files/.gitconfig
- Feel brave enough? Go ahead and read on.
- Install brew packages script.
- Install brew casks script.
- Update script for installed brew casks.
- Install PHP.
- Install Node.JS + n version switcher and NPM.
# Using git
git clone https://github.com/tbolier/dotfiles.git && cd dotfiles && ./install
# Already checked out?
./install
# Install all script
./scripts/brew-install
# Script for installing PHP
./scripts/brew-install-php
# Script to update existing installs
./scripts/brew-upgrade
# Script for copying the dotfiles.
./scripts/dotfiles
# Script for installing n + Node.js and NPM.
./scripts/install-node
# Script for installing the Utimate VIM
./scripts/install-ultimate-vim