/dotfiles

My dot files: Git, VS Code (Setting and Snippets), Hyper and more

Primary LanguageShell

My config and local setup

My main config files. Git, VS Code, and more

Core Applications

Core Software

  • Xcode Command Line Tools web browser for dev work
 $ xcode-select --install
  • Homebrew is a package manager for macOS
 $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Ruby Version Manager to easily manage multiple versions of Ruby
 $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
 $ \curl -sSL https://get.rvm.io | bash -s stable
  • Node Package Manager
$ brew install node

Local Web Servers

  • MAMP Pro easy user interface to get server running quickly

  • Docker/Kitematic Run containers through a simple GUI You can re-generate the certificates for your VM via:

    $ docker-machine -D regenerate-certs default