Skip to content

hiroya-uga/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

This repository sets up my development environment for macOS and Windows.

What it does

  1. install packages
    • On macOS, installs Homebrew and packages from macos/Brewfile.
    • On Windows, installs Scoop and packages from windows/scoop/scoopfile.json.
  2. Deploys personal dotfiles from the dotfiles submodule.

Note

It uses the following submodules:

How to run

Clone this repository with submodules:

git clone --recursive https://github.com/hiroya-uga/setup.git && cd setup

And then, run the install file.

macOS (zsh)

zsh ./install.sh

Windows (PowerShell)

./install.ps1

About

This repository sets up my development environment for macOS and Windows.

Resources

Stars

Watchers

Forks