Ben Chuanlong Du's Blog

It is never too late to learn.

Things to Do After Reimaging Mac

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Install Homebrew.

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  2. Install XCode from the App store.

  3. Install and configure Hyper.js.

    xinstall hyper -ic
    
  4. Install NeoVim and SpaceVim.

    xinstall nvim -ic
    xinstall svim -ic
    

Comments