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 1/4] 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! From 8a7088c47ef1b16f58a35d2982c36d6c328f768f Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Fri, 28 Oct 2022 02:55:12 -0400 Subject: [PATCH 2/4] Fixed tmux youtube link title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30fc7ef..2469b28 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Terminal Setup ✍🏼 Blog Post Step-by-Step Guide: [How To Setup Your Mac Terminal](https://josean.com/posts/terminal-setup) -📹 Youtube Guide: [How To Make Your Boring Mac Terminal So Much Better](https://www.youtube.com/watch?v=CF1tMjvHDRA&list=PLnu5gT9QrFg36OehOdECFvxFFeMHhb_07&index=2&t=479s) +📹 Youtube Guide: [How I Setup And Use Tmux Alongside Neovim for an Awesome Dev Workflow](https://www.youtube.com/watch?v=CF1tMjvHDRA&list=PLnu5gT9QrFg36OehOdECFvxFFeMHhb_07&index=2&t=479s) ### Relevant Files - [.zshrc](.zshrc) - Zsh Shell Configuration From 1d5e758a5100ec6bd1f6531d8cb069ace57b173c Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Fri, 28 Oct 2022 02:55:56 -0400 Subject: [PATCH 3/4] Fixed youtube link titles --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2469b28..361c352 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ # Terminal Setup ✍🏼 Blog Post Step-by-Step Guide: [How To Setup Your Mac Terminal](https://josean.com/posts/terminal-setup) -📹 Youtube Guide: [How I Setup And Use Tmux Alongside Neovim for an Awesome Dev Workflow](https://www.youtube.com/watch?v=CF1tMjvHDRA&list=PLnu5gT9QrFg36OehOdECFvxFFeMHhb_07&index=2&t=479s) +📹 Youtube Guide: [How To Make Your Boring Mac Terminal So Much Better](https://www.youtube.com/watch?v=CF1tMjvHDRA&list=PLnu5gT9QrFg36OehOdECFvxFFeMHhb_07&index=2&t=479s) ### Relevant Files - [.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) +✍🏼 Blog Post: [How I Setup And Use Tmux Alongside Neovim for an Awesome Dev Workflow](https://josean.com/posts/tmux-setup) -📹 Youtube Guide: [How To Make Your Boring Mac Terminal So Much Better](https://youtu.be/U-omALWIBos) +📹 Youtube Guide: (https://youtu.be/U-omALWIBos) ### Relevant Files - [.tmux.conf](.tmux.conf) - Tmux Configuration File From 00615c88a3e32f309450d47182dde28d837fdb79 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Fri, 28 Oct 2022 02:56:39 -0400 Subject: [PATCH 4/4] Fixed titles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 361c352..197a53f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ - [coolnight.itermcolors](coolnight.itermcolors) - iTerm2 Color Scheme # Tmux Setup -✍🏼 Blog Post: [How I Setup And Use Tmux Alongside Neovim for an Awesome Dev Workflow](https://josean.com/posts/tmux-setup) +✍🏼 Blog Post: [How To Use and Configure Tmux Alongside Neovim](https://josean.com/posts/tmux-setup) -📹 Youtube Guide: (https://youtu.be/U-omALWIBos) +📹 Youtube Guide: [How I Setup And Use Tmux Alongside Neovim for an Awesome Dev Workflow](https://youtu.be/U-omALWIBos) ### Relevant Files - [.tmux.conf](.tmux.conf) - Tmux Configuration File