Skip to content

Development Environment Configuration with Ansible

License

Notifications You must be signed in to change notification settings

pbassiner/dev-env

Repository files navigation

macOS Development Environment Configuration

License: MIT

Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap Homebrew/bundle # expects Brewfile in current dir
brew bundle # brew bundle dump to backup

Shell

Download patched fonts https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

SDKMAN

curl -s "https://get.sdkman.io" | bash
  • java
  • maven
  • sbt

Manually

Other

  • Add iterm2 to "Open applications at login" and load preferences from "Preferences -> Load preferences from a custom folder or URL"

License

MIT License

Releases

No releases published

Packages

No packages published