My dotfiles and developer tools configurations.
-
Install Homebrew.
-
Clone the repository and run the
script/bootstrap
script.
git clone https://github.com/yuriihabrusiev/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
- Install apps and tools.
brew bundle install --global --no-lock
Visual Studio Code Dev Containers extension automatically installs dotfiles with the following configuration:
{
"dotfiles.repository": "yuriihabrusiev/dotfiles",
"dotfiles.targetPath": "~/.dotfiles",
"dotfiles.installCommand": "script/bootstrap"
}
GitHub Codespaces automatically installs dotfiles when new codespace is creted.
Everywhere else you can install the dotfiles manually, similar to the macOS installation.