From e191c88bedf593cd630d14ef13b35759fbfc65f5 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Fri, 28 Oct 2022 02:52:52 -0400 Subject: [PATCH] Added tmux setup section to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b1b6025..30fc7ef 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ - [.zshrc](.zshrc) - Zsh Shell Configuration - [coolnight.itermcolors](coolnight.itermcolors) - iTerm2 Color Scheme +# Tmux Setup +✍🏼 Blog Post: [How to Use and Configure Tmux Alongside Neovim](https://josean.com/posts/tmux-setup) + +📹 Youtube Guide: [How To Make Your Boring Mac Terminal So Much Better](https://youtu.be/U-omALWIBos) + +### Relevant Files +- [.tmux.conf](.tmux.conf) - Tmux Configuration File + # 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!