An open API service indexing awesome lists of open source software.

https://github.com/bdhmiloo/mac-setup

Personal scripts to install tools, setup mac configurations, provide plugins for vs-code, etc.
https://github.com/bdhmiloo/mac-setup

brew mac-setup macos toolkit

Last synced: 10 months ago
JSON representation

Personal scripts to install tools, setup mac configurations, provide plugins for vs-code, etc.

Awesome Lists containing this project

README

          

# mac-setup

## Getting Started

A) To setup your mac, run this command:

`./setup-local.sh`

B) To install the vs code extensions, enable the `code` command ([link](https://code.visualstudio.com/docs/setup/mac)) first and then run this command:

`./install-vs-code-extensions.sh`

## Helpful Commands

Make script executable:

`chmod +x setup-local.sh`

Copy aliases to zsh folder without script:

`cp aliases.sh $ZSH_CUSTOM`