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.
- Host: GitHub
- URL: https://github.com/bdhmiloo/mac-setup
- Owner: bdhmiloo
- Created: 2024-05-14T02:41:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T08:44:45.000Z (10 months ago)
- Last Synced: 2025-04-03T09:33:30.591Z (10 months ago)
- Topics: brew, mac-setup, macos, toolkit
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`