Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 353 Bytes

fedora-setup-dev-env.md

File metadata and controls

15 lines (11 loc) · 353 Bytes

Fedora - Setup Development Environment - WIP

#!/bin/bash

# Install git
sudo dnf install git -y

# Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Setup brew
(echo; echo 'eval "$(which brew) shellenv"') >> $HOME/.zshrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"