Skip to content

killbirds/config-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Environment

Preparation

  • homebrew cask fonts
# https://www.nerdfonts.com

brew tap homebrew/cask-fonts
brew install --cask font-meslo-lg-nerd-font
install brew
install sdk man

brew install node
brew install nvm
brew install yarn
  • tmux
brew install tmux
brew install reattach-to-user-namespace
  • brew install vim

  • brew install neovim

  • ag

brew install ag
  • rg
brew instrall ripgrep
  • metals
// https://scalameta.org/metals/
// https://scalameta.org/metals/docs/editors/vim.html
  • google-java-format
brew install google-java-format

install

./install