Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 575 Bytes

- dotfiles

yo! It is roman dotfiles

- requirements

  1. Ruby, Python
  2. psutil

- installation

  > git clone https://github.com/emmit8/dotfiles.git
  > cd dotfiles && ./bin/install_dotes.rb 

- etc

# Brew
> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Tmux 
> brew install tmux
# Vim plug
> curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim