Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 932 Bytes

#Joe Choi's Dotfiles

Powered by Dotbot.

##Prerequisite Applications

  • Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Oh-My-Zsh: curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
  • Tmux: brew install tmux
  • VIM with Lua: brew install vim --with-lua
  • Vim-Plug: curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • Hammerspoon

Installation

Run sh install. Open vim and :PlugInstall to install plugins.