GitXplorerGitXplorer
y

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
57e880e1eb98bb31c0236d7ea562c65b68d0c7da

Add ghostty

yyuriihabrusiev committed 23 days ago
Unverified
04b24b864df1213fa2d673926275f9d7d5e9da26

add envify

yyuriihabrusiev committed 8 months ago
Unverified
930b32b93cd09b2eafb5f256478e976af623ec37

Add GKE plugin to Cloud Shell

yyuriihabrusiev committed 8 months ago
Unverified
a345b2e8f3a2bba074ff3c1f68904f80fb8ede03

Add ChatGPT cask

yyuriihabrusiev committed 8 months ago
Unverified
5a93c5b524a5616518a88a3c3188c644cad27405

Add mise config

yyuriihabrusiev committed 8 months ago
Unverified
814ba7748d709be01c3be7c6ed91243c4eede39b

Update installation instructions

yyuriihabrusiev committed 8 months ago

README

The README file for this repository.

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.