dev-environment-files/README.md
Josean Martinez 388ccda9b3
Update Readme
2022-10-20 16:59:06 -04:00

5.3 KiB

My Dev Environment Files 🚀

IMPORTANT: These are primarily meant for inspiration. I wouldn't just blindly use them. Proceed at your own risk!

📹 Youtube Playlist With Detailed Walkthroughs on My Setup: 💻 My Dev Environment & Workflow

Terminal Setup

✍🏼 Blog Post Step-by-Step Guide: How To Setup Your Mac Terminal

📹 Youtube Guide: How To Make Your Boring Mac Terminal So Much Better

Relevant Files

Neovim Setup

💡 Tip: I highly recommend following along with me on youtube and use the repo as reference to set up the config. You'll understand everything a lot better and be able to change things and evolve the setup into your own!

If you clone the repo into your machine, you'll have to restart nvim after the plugins install on first startup

📹 Youtube Step-by-Step Guide: How I Setup Neovim On My Mac To Make It Amazing

Requires

If you're on mac, like me, you can install iTerm2, Neovim and Ripgrep with homebrew.

brew install --cask iterm2
brew install neovim
brew install ripgrep

Relevant Files

Plugins

Plugin Manager

Dependency For Other Plugins

Preferred Colorscheme

Navigating Between Neovim Windows and Tmux

Essentials

File Explorer

VS Code Like Icons

Status Line

Fuzzy Finder

Autocompletion

Snippets

Managing & Installing Language Servers, Linters & Formatters

LSP Configuration

Formatting & Linting

Syntax Highlighting & Autoclosing Things

Git