Package manager for macOS https://brew.sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Trying to execute git
for the first time will trigger the install wizzard. This will install git and other command line tools necessary for compiling some gems.
git
Helps with keeping configuration files in a single directory https://github.com/thoughtbot/rcm
brew tap thoughtbot/formulae
brew install rcm
brew install coreutils
brew install the_silver_searcher
brew install global
brew install diff-so-fancy
brew install yarn
npm install -g import-js
defaults write -g InitialKeyRepeat -int 10
defaults write -g KeyRepeat -int 1
Awesome terminal emulator https://iterm2.com
brew cask install iterm2
Awesome color scheme. Follow instructions on https://github.com/arcticicestudio/nord-iterm2 to install Nord on iterm2.
curl -fLo ~/.dircolors https://raw.githubusercontent.com/arcticicestudio/nord-dircolors/develop/src/dir_colors
Patched version of the hack font https://www.nerdfonts.com with extra icons and glyphs.
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cd ~
git clone https://github.com/jesusabarca/.dotfiles.git
cd .dotfiles
rcup -v SpaceVim.d/ zshrc gitconfig gitignore_global
brew install rbenv
rbenv install --list | egrep "[^-.]2\.\d{1,2}\.\d{1,2}$" | tail
rbenv install 2.6.5
rbenv global 2.6.5
gem install rubocop
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash
brew install postgresql
brew services start postgresql
brew install redis
brew services start redis
gem install rails
brew install neovim
Vim distribution with feature layers https://spacevim.org
curl -sLf https://spacevim.org/install.sh | bash
nvim