Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igoogolx/dotfiles
https://github.com/igoogolx/dotfiles
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/igoogolx/dotfiles
- Owner: igoogolx
- License: mit
- Created: 2023-04-04T14:23:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-30T05:40:55.000Z (over 1 year ago)
- Last Synced: 2023-04-30T07:10:40.950Z (over 1 year ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
A script to configure development environment, inspired by [configure-dev-env-on-mac-with-script](https://dev-yakuza.posstree.com/en/environment/configure-development-environment-on-mac-with-homebrew-and-shell-script/#install-homebrew-and-brewfile) and [DevMachineSetup](https://gist.github.com/Codebytes/29bf18015f6e93fca9421df73c6e512c)
# Usage
1. Clone this repo.
2. Make the script file executable. See [more](https://support.apple.com/en-hk/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac).```sh
chmod 755 ./install.sh
```
3. Run the script```sh
./install.sh
```