Skip to content

Latest commit

 

History

History
executable file
·
36 lines (25 loc) · 668 Bytes

README.md

File metadata and controls

executable file
·
36 lines (25 loc) · 668 Bytes

Dotfiles

Overview

This repository contains scripts to set macOS.

Install

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install git
$ echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc
$ git clone [email protected]:RuiOkazaki/dotfiles.git
$ find . -type f -exec chmod 777 \{\} \;
$ cd dotfiles && sh ./global-setup.sh

References

The following links were referenced when creating this repository: