/getting-started

How to get started using the humacs collaboration tools!

Apache License 2.0Apache-2.0

getting-started

How to get started using the humacs collaboration tools!

OSX + Brew

Brew.sh

https://brew.sh is a package manager for OSX.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Emacs 26.2

Brew currently install emacs 26.3

brew cask install emacs # the absolute minimum of vanilla emacs

Humacs emacs config

git clone --recursive https://github.com/humacs/humacs.git ~/.emacs.d
# a cache of the elisp packages can make the initial start time much lower
curl -L https://storage.googleapis.com/apisnoop/dev/kubemacs-cache-0.9.32.tgz | tar --extract --directory ~/.emacs.d/

tmate/tmux

brew install tmux # for local terminal+tab creation
brew install tmate # for terminal+tab sharing

iTerm2 (a very nice terminal)

brew cast install iterm2

searching

brew install the_silver_searcher ripgrep fast # for integrated searching

kubernetes related software

brew install kubectl kind go@1.14 jq # for k8s development
brew cast install docker # needed for many containery things

OSX + MacPorts

xcode

Macports is another alternative to brew with a different community culture. xcode is automatically installed if you use Brew.sh https://guide.macports.org/#installing.xcode

xcode-select --install
sudo xcodebuild -license