These are my personal dotfiles. Use anything you want but try to know what things do first :)
- Did you commit and push any changes/branches to your git repositories?
- Did you copy your .env files to a safe place if they are not casual?
- Did you copy your IDE settings? (e.g. PhpStorm)
- Did you backup local databases you need?
- Did you remember to save all important documents from non-cloud directories?
- Did you save all of your work from apps which aren't synced through cloud?
To get started we first need a local copy of the dotfiles repository.
First run the code below as we need the latest Xcode Command Line Tools
installed, as it provides us with git
.
sudo softwareupdate -i -a
xcode-select --install
Then we need to clone this dotfiles repository into our Sites folder.
git clone https://github.com/leecolarelli/dotfiles.git ~/Sites/dotfiles
Now we can run the main installation script...
~/Sites/dotfiles/install.sh
Restart your computer to finalize the process