This repository contains my personal dotfiles tailored for macOS, aiming to provide a lightweight and customizable development environment.
- Set up zsh shell configuration.
- Install Homebrew and package installation with Brewfile.
- Set up asdf, a version manager that can manage multiple language runtime versions.
To use these dotfiles on a new system:
-
Clone the repository to your home directory:
git clone https://github.com/vincentlieu/dotfiles.git ~/.dotfiles
-
Install the dotfiles by running the bootstrap script:
cd ~/.dotfiles make bootstrap
If you encounter script permission errors during the bootstrap process, run the following command to fix them:
make scripts_permissions
Feel free to fork this repository and customize it to suit your own preferences. Pull requests and suggestions for improvements are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to adjust the description further to reflect your specific goals and preferences!