/dotfiles

[WIP]dotfiles

Primary LanguageShell

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 git@github.com: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: