Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 416 Bytes

dotfiles

Init

# Install Homebrew packages
brew bundle install

# Copy necessary dotfiles

# Initialize Neovim. Lazy Package Manager will set up all the plugins.
# I'm on the same page[1] with @fatih when it comes to setting up vim/nvim.
nvim

References