Skip to content

Development environment configs for macOS and GitHub Codespaces

License

Notifications You must be signed in to change notification settings

yuriihabrusiev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOTFILES

My dotfiles and developer tools configurations.

Installation on macOS

  1. Install Homebrew.

  2. Clone the repository and run the script/bootstrap script.

git clone https://github.com/yuriihabrusiev/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
  1. Install apps and tools.
brew bundle install --global --no-lock

Installation on Linux

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.

About

Development environment configs for macOS and GitHub Codespaces

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages