All Projects β†’ kube β†’ 42homebrew

kube / 42homebrew

Install Homebrew on 42 sessions

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to 42homebrew

dotfiles
πŸ”¨ My dotfiles for setting up my Macs with Ansible
Stars: ✭ 31 (-71.3%)
Mutual labels:  setup, homebrew
Formation
πŸ’» macOS setup script for front-end development
Stars: ✭ 1,706 (+1479.63%)
Mutual labels:  setup, homebrew
Ansible Role Homebrew
Ansible Role - Homebrew
Stars: ✭ 195 (+80.56%)
Mutual labels:  setup, homebrew
macstrap
Set up your macOS from scratch.
Stars: ✭ 16 (-85.19%)
Mutual labels:  setup, homebrew
sloth-app
Sloth desktop app
Stars: ✭ 16 (-85.19%)
Mutual labels:  setup, homebrew
Mac Dev Playbook
Mac setup and configuration via Ansible.
Stars: ✭ 4,202 (+3790.74%)
Mutual labels:  setup, homebrew
Mac os Config
Shell scripts for customized macOS machine setup and configuration.
Stars: ✭ 298 (+175.93%)
Mutual labels:  setup, homebrew
Devmymac
✨ ✨ A Simple Tool To Setup A Mac for Development✨✨
Stars: ✭ 312 (+188.89%)
Mutual labels:  setup, homebrew
Homebrew Core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Stars: ✭ 10,450 (+9575.93%)
Mutual labels:  homebrew
Gbdk playground
Simplified GBDK examples
Stars: ✭ 100 (-7.41%)
Mutual labels:  homebrew
Cmfilemanager Psp
A multi-purpose file manager for the PSP, heavily inspired by the CM file manager design.
Stars: ✭ 89 (-17.59%)
Mutual labels:  homebrew
Linux Cookbooks
Stars: ✭ 93 (-13.89%)
Mutual labels:  setup
Homebrew Qt4
Homebrew tap for Qt4 and dependent formulae on Sierra
Stars: ✭ 102 (-5.56%)
Mutual labels:  homebrew
Brew.sh
πŸ”– The Homebrew homepage
Stars: ✭ 91 (-15.74%)
Mutual labels:  homebrew
Startjekyll
An example and guide to getting started with Jekyll and static site generators.
Stars: ✭ 106 (-1.85%)
Mutual labels:  setup
Sys Clk Editor
Editor for your sys-clk configuration!
Stars: ✭ 89 (-17.59%)
Mutual labels:  homebrew
Citro2d
Library for drawing 2D graphics using the Nintendo 3DS's PICA200 GPU
Stars: ✭ 88 (-18.52%)
Mutual labels:  homebrew
Scalaenv
Groom your app's Scala environment with scalaenv like rbenv :). Support offered for all official versions, including dotty and scala3!
Stars: ✭ 107 (-0.93%)
Mutual labels:  homebrew
Homebrew Riscv
homebrew (macOS) packages for RISC-V toolchain
Stars: ✭ 105 (-2.78%)
Mutual labels:  homebrew
Servpane
A launchd menu bar app for Mac
Stars: ✭ 99 (-8.33%)
Mutual labels:  homebrew

42 Homebrew

Install Homebrew properly on your 42 session

Works on ISCSI sessions, and fixes flock issues on NFS sessions.

Moves temporary Homebrew data (Temp and Cache) to /tmp, leaving your home directory cleaner.

Install

Run this command from your terminal:

curl -fsSL https://rawgit.com/kube/42homebrew/master/install.sh | zsh

Homebrew is now ready on your session.

How it works

This script removes your current Homebrew installation in your home if any, and reinstalls it properly from the Homebrew Github repo.

Then it simply creates a .brewconfig.zsh script in your home directory, and modifies your .zshrc to source the script.

It is simple to remove, and you can re-run it multiple times without duplication.

Uninstall

Simply remove these lines from your .zshrc

# Load Homebrew Fix script
source $HOME/.brewconfig.zsh

And delete .brewconfig.zsh in your home directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].