dotfiles, software and macOS defaults.
- Install macOS applications, using Homebrew.
- Configure macOS settings.
- Setup terminal environment with Oh My Zsh and Powerlevel10k.
Caution
Use at your own risk! These dotfiles the macOS settings and install software. Always review the code and settings before using these dotfiles unless you know what it entails.
Install the dotfiles using Git and the bootstrap script.
$ git clone https://github.com/vidavidorra/dotfiles.git
$ cd dotfiles
$ ./bootstrap
Note
These dotfiles are used with macOS Sonoma. So, there is no guarantee that these work on any other macOS versions.
To update the dotfiles locally, pull the latest changes from GitHub and run the bootstrap script again. The NO_MACOS
environment variable can be used to skip the macOS settings, e.g. NO_MACOS=1 ./bootstrap
.
$ git pull
$ ./bootstrap
Please create an issue if you have a bug report or feature proposal, or create a discussion if you have a question. If you like this project, please consider giving it a star ⭐
Refer to the contributing guide for detailed information about other contributions, like pull requests.
Please refer to the Security Policy on GitHub for the security policy.
This project is licensed under the GPLv3 license.
Copyright © 2024 Jeroen de Bruijn
License notice
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The full text of the license is available in the LICENSE file in this repository and online.