Some of my personal dotfiles
It contains the installation of some basic tools, some handy aliases and functions.
curl -fsSL https://raw.githubusercontent.com/CaddyDZ/dotfiles/master/install.sh | bash
Will prompt you for the sudo password, so inspect the script before you run
- Install Apple's Command Line Tools if not already installed, which are pre-requisites for Git and Homebrew.
- Supress "last login" message on new terminal sessions.
- Clone this repository to a new
~/Code/dotfiles
directory and symlink dotfiles to your home directory.