KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
osx-setup
★ 11
Open GitHub ↗
Set up my osx environment with a one-liner
Download README (.md)
Explore Similar Repositories
Jiu-jitsu_para_todos
:
App about Jiu-jitsu
articles-server
:
리액트 네이티브를 다루는 기술의 15장 React-Query에서 사용할 Strapi로 만든 샘플 게시글 서버
UM2
:
An unstructured mesh library for automated method of characteristic mesh generation
Constrained-Model-Based-Policy-Optimization
:
Code for a model-based version of Constrained Policy Optimization
dotfiles
:
Nix is awesome :)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
osx-setup
?
Download (.md)
## Description This sets up my osx environment with a few commands using brew and babashka. My osx environment includes the main applications I rely on as well as my personal repositories e.g. my dotfiles. This works on a macbook pro with an intel or m1 chip. ## Prerequisites - Install [brew](https://github.com/homebrew/brew). - Install babashka 1.12+ with brew. ## Main tasks Setup all the things: `brew trust babashka/brew borkdude/brew && brew bundle install && bb setup` Update all repositories: `bb repo-update` To install new brew packages: `brew bundle install --no-upgrade` ## License See LICENSE.md