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

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.

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.