Howdy folks!
Work in progress!
Dotfiles Link to heading
Work in progress!
Link to heading
Let’s brew
!
Link to heading
Homebrew is the “the Missing Package Manager for macOS”.
First let’s install it with this handy command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then you can verify that the brew
command line tool is properly installed with
brew --version
brew install git jq neovim pyenv zsh
Oh My ZSH! Link to heading
From its website:
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout…
First let’s install it with this handy command:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"