https://github.com/dymoo/macos-config
Shell script to automatically setup MacOS for web development.
https://github.com/dymoo/macos-config
automated-con automation dotfiles macos shell-script
Last synced: 21 days ago
JSON representation
Shell script to automatically setup MacOS for web development.
- Host: GitHub
- URL: https://github.com/dymoo/macos-config
- Owner: dymoo
- License: bsd-3-clause
- Created: 2020-09-16T13:53:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T13:49:01.000Z (over 5 years ago)
- Last Synced: 2023-12-26T18:22:17.095Z (over 2 years ago)
- Topics: automated-con, automation, dotfiles, macos, shell-script
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macos-config
Dylan's MacOS config.
## MacOS modifications
* Disables unidentified developer warning
## Installs
* brew
* eloston-chromium (ungoogled-chromium, Chromium based browser for privacy)
* visual-studio-code
* java 8
* dbeaver
* spotify
* node
* n (node version manager)
* yarn
* go
* docker
* helm
* oh-my-zsh
* tmux
* mactex-no-gui
* pytorch
* tensorflow
* nodemon
* ts-node
* typescript
## Configures
* oh-my-zsh (apple theme)
* Sets common terminal aliases
* Generates ssh key for Github (optional)
* tmux to start
* LaTeX
# How to run?
paste
`sh -c "$(curl -fsSL https://raw.githubusercontent.com/dymoo/macos-config/master/run.sh)"`
into your terminal.