No description
Find a file
2022-10-19 11:49:03 -04:00
.config/nvim Added keymaps for special typescript functionality to remove unused variables and organize imports 2022-10-19 11:49:03 -04:00
.zshrc Fixed vim alias 2022-10-17 17:29:39 -04:00
coolnight.itermcolors Changed iterm colors preset name 2022-10-01 14:22:49 -04:00
README.md Added brew install commands and ripgrep to neovim setup requirements. 2022-10-18 21:00:57 -04:00

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

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

Requires

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