Personal development setup with shell configurations, dotfiles, and utilities.
The dotfiles are symlinked from this repository to the home directory, so the changes here automatically apply to the system.
- Scaled display: System Preferences -> Displays.
- SSH setup: Copy
~/.ssh/configand private keys.
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install Git:
brew install gitCreate development directory:
mkdir projectsClone the repository:
cd projects
git clone git@github.com:arturoherrero/dotfiles.gitRun the bootstrap command:
cd dotfiles
sh bootstrapTo update the dotfiles, I can pull the latest change from the repository or I can just use a shell function anywhere:
updatemeUsing system/zcustom.sh file, I can add any custom configuration that is not
going to be persisted in the repository.
This was made by Arturo Herrero under the MIT License.
