Skip to content

josean-dev/dev-environment-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

You'll also need to install extra cli tools as described in this blog post and video:

✍🏼 Blog Post : 7 Amazing CLI Tools You Won't Be Able To Live Without

πŸ“Ή Youtube Video: 7 Amazing CLI Tools You Won't Be Able To Live Without

Relevant Files

Tmux Setup

✍🏼 Blog Post: How To Use and Configure Tmux Alongside Neovim

πŸ“Ή Youtube Guide: How I Setup And Use Tmux Alongside Neovim for an Awesome Dev Workflow

Relevant Files

Yabai Tiling Window Manager Setup

✍🏼 Blog Post: How To Setup And Use The Yabai Tiling Window Manager On Mac

πŸ“Ή Youtube Guide: How To Setup And Use The Yabai Tiling Window Manager On Mac

Relevant Files

Sketchybar Custom Menu Bar Setup

✍🏼 Blog Post: How To Make An Amazing Custom Menu Bar For Your Mac With Sketchybar

πŸ“Ή Youtube Guide: How To Make An Amazing Custom Menu Bar For Your Mac With Sketchybar

Setup Requires

  • sketchybar: brew tap FelixKratz/formulae and brew install sketchybar
  • jq (json command line processor): brew install jq
  • SF Pro Font: brew tap homebrew/cask-fonts and brew install font-sf-pro
  • SF Symbols: brew install --cask sf-symbols:
  • Sketchybar App Font:
`curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v1.0.16/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf`

Relevant Files

Neovim Setup

Important: This is my latest config with lazy.nvim. It is similar, but not the same as my original packer setup.

If you are coming from my full neovim setup video with packer, that config is found here: Packer Config

✍🏼 Blog Post: How I Setup Neovim On My Mac To Make It AMAZING In 2024 πŸ“Ή Complete Neovim Setup Guide: How I Setup Neovim On My Mac To Make It AMAZING In 2024

If you clone the repo into your machine and use the config by copying .config/nvim to your home folder, wait for the plugins, language servers and parsers to install with lazy.nvim, Mason and nvim-treesitter. If you are opening a lua file or another file I have language servers configured for, like html, css or javascript/typescript, you might also get an error saying that the server failed to start. This is because Mason hasn't installed it yet. Press enter to continue, Mason will automatically install it.

Relevant Files

Setup Requires

  • True Color Terminal Like: iTerm2
  • Neovim (Version 0.9 or Later)
  • Nerd Font - I use Meslo Nerd Font
  • Ripgrep - For Telescope Fuzzy Finder
  • XCode Command Line Tools
  • If working with typescript/javascript and the typescript language server like me. You might need to install node/npm.

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

iTerm2:

brew install --cask iterm2

Nerd font:

brew tap homebrew/cask-fonts
brew install font-meslo-lg-nerd-font

Neovim:

brew install neovim

Ripgrep:

brew install ripgrep

Node/Npm:

brew install node

For XCode Command Line Tools do:

xcode-select --install

Plugins

Plugin Manager

Dependency For Other Plugins

Preferred Colorscheme

Navigating Between Neovim Windows and Tmux

Essentials

File Explorer

VS Code Like Icons

Neovim Greeter

Auto Sessions

Statusline

Bufferline

Keymap Suggestions

Fuzzy Finder

Autocompletion

Snippets

Managing & Installing Language Servers, Linters & Formatters

LSP Configuration

Trouble.nvim

Formatting & Linting

Comments

Treesitter Syntax Highlighting, Autoclosing & Text Objects

Indent Guides

Git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published