Skip to content

Instantly share code, notes, and snippets.

View michael-lins's full-sized avatar
:octocat:
Senior Ruby/Python Developer

Michael Lins michael-lins

:octocat:
Senior Ruby/Python Developer
View GitHub Profile
@michael-lins
michael-lins / neovim_install.sh
Created September 6, 2020 07:46 — forked from backroot/neovim_install.sh
neovim install for centos 7
# https://github.com/neovim/neovim/wiki/Installing-Neovim
yum -y install epel-release
curl -o /etc/yum.repos.d/dperson-neovim-epel-7.repo https://copr.fedorainfracloud.org/coprs/dperson/neovim/repo/epel-7/dperson-neovim-epel-7.repo
yum -y install neovim --enablerepo=epel
@michael-lins
michael-lins / new_ruby_project_procedure.markdown
Created June 8, 2017 02:24
A walkthrough for creating a new Ruby project

New Ruby software project procedure

First, ensure the following tools are available on the local system and reasonably up to date:

  • Git
  • Git-flow
  • RVM
  • Bash
  • SSH