how did you get that git info status bar on the top left? is it in your configs
@JoshMedeski4 күн бұрын
@@ebmpinyuri yep, it’s called gitmux github.com/arl/gitmux
@ebmpinyuri4 күн бұрын
@JoshMedeski thanks about that I noticed i needed the incline plug-in in nvim that's the one
@JoshMedeski4 күн бұрын
@@ebmpinyuri yep, incline is used for neovim
@LateefAlabiOki16 күн бұрын
CodeCompanion is also a good plugin for nvim. Aider is great for terminal warriors. I use Gemini and Copilot with the Claude Sonnet model inside CodeCompanion. I use Codeium for code completion. Creating good prompts is key to get the best out of these models.
@comosaycomosahАй бұрын
lmao bro on the beach
@freddieventura4382Ай бұрын
why complicate always updating with stuff that doesnt have the same number of capabilities. This is like distrohopping , just a waste of time. Use tmux
@devondutyАй бұрын
Hey Josh, thanks for the shoutout! ❤Great talk and comprehensive overview of the current AI plugins! 👍
@JoshMedeskiАй бұрын
No, thank you! Glad you liked the video.
@mambusskrujАй бұрын
Nice AI in nvim overview, thanks! Now I understand the difference between these plugins : )
@mvargasmoranАй бұрын
Rust BTW™️
@mvargasmoranАй бұрын
Bruv, thanks for trying all this thingamabobs, so I don't have to.
@boymeetsminiАй бұрын
Is it possible to run Neovim without these features? I’m concerned about privacy, and these LLMs just mop up your data without consent.
@JoshMedeskiАй бұрын
@@boymeetsmini all these features are plugins you opt-into. There are local only models you can run if you don’t want to connect to any online services
@boymeetsminiАй бұрын
@@JoshMedeski OK good to know. I learned today that DuckDuckGo enabled AI for all search users, and you have to opt-out. That's tech capitalism for you :/
@loo_9Ай бұрын
why are you watching this video if you have no idea how neovim works. go watch a tutorial or something
@boymeetsminiАй бұрын
@ I use it on a regular basis.
@j0hnc0nn0r-secАй бұрын
Classic troll 😅
@young7529Ай бұрын
I'd like to know what used colorscheme is?
@JoshMedeskiАй бұрын
@@young7529 catppuccin!
@aquepaiqueАй бұрын
catpuchin
@nickmills8476Ай бұрын
Great content as always
@lifelover69Ай бұрын
i was tired of tmux and alacritty, and wezterm serves all my needs and is easy to configure with lua. Wezterm has built-in multiplexer and even a damn serial console xD i absolutely love it. If you end up liking wezterm, please consider supporting development by sponsoring the project, I pledged 5bucks/month 😊❤
@nonefvnfvnjnjnjevjenjvonej3384Ай бұрын
its not as fast as alacritty though..
@zizrtip80472 ай бұрын
any keybindings suggestions for non mac users, since I'm mostly comfortable with ctrl, but most of them are already used by nvim
@JoshMedeskiАй бұрын
Have you heard of the hyper key? It's a popular choice for setting up globally unique bindings.
@zizrtip8047Ай бұрын
@@JoshMedeski never heard of it. I think that's the way to go, thx
@JoshMedeskiАй бұрын
@@zizrtip8047 Lots of good resources out there for now to set it up, good luck!
@willianf2 ай бұрын
I've been using Aerospace for a few months now. But I miss a few feature from it, like the "detach" thing we have with yabai, and the "resize to 3rd of the size of my screen". I've been thinning to use Rayscast's window management only, but I miss the keyboard shortcuts to move screens between macOS' workspaces. I really don't want to move them with my mouse LOL
@JoshMedeskiАй бұрын
A agree, I used to use the detach mode a lot. I'm finding it's good enough for me right now.
@willianfАй бұрын
@@JoshMedeski yep, I am still using Aerospace, and hoping to have the features I want there soon 🤞
@RagnarokReinier2 ай бұрын
This is very familiar with bspwm and sxhkd. Awesome ❤
@peer2pirate2 ай бұрын
Hey! I'm using Sesh on Mac with iterm2 but it's painfully slow to load - like 10+ seconds. What terminal emulator are you using? Any tips for optimizing? Thanks!
@JoshMedeski2 ай бұрын
@@peer2pirate I found a drop in performance recently. If you submit a GitHub issue we can dig into it further, thanks!
@oeaoo2 ай бұрын
Absolute goodness!
@jdanks2 ай бұрын
Linux has better window managers. Arch btw
@comosaycomosah2 ай бұрын
dang i want so much from your dotfiles id like to just clone but on linux so will have to edit heavy. you have any videos on the transparency for all panels. same for your tmux its exceptionally good
@EarlLoeza-w5c2 ай бұрын
Klocko Burgs
@useless2742 ай бұрын
thanks for this video. I've been struggling to accept mac's "different" (i.e. terrible) window management. this seems helpful. Does yabai have any good layout for ultrawide out-of-the-box? Something with a main window tile which is centered, then non-primary windows open on the sides? Amethyst has "3 column middle" I'm thinking of jumping from Amethyst to Yabai. Apparenly, due to macos updates amethyst is planning to drop support for throwing apps to different desktops. Also, I really miss directional window navigation - seems like that is a natural thing in yabai! What mac (and all the add-on wm managers get wrong) about desktops is they can't be 'merged' - like on i3/awesomwm on linux wm you can join two 'desktops'. I haven't found a good solution where i've got editor on desktop (1), browser on (2) and i want to compare docs to my actual code. You have to move to 2, throw your browser to 1, go to 1, read.. then throw the browser back to 2 to get it out of your way.
@JoshMedeski2 ай бұрын
@@useless274 aerospace is the latest tool that offers some great features and is more secure, check it out! I’ll be making a video on it soon
@useless2742 ай бұрын
@@JoshMedeski haha, i am literally installing it right now.. about ten minutes after reading about the disabling integrity stuff for yabai i decided to do more research and found it.
@peterkuchar2192 ай бұрын
great idea, that tmux session handling automation script! copying..
@fieldcommandermarshall3 ай бұрын
Just in case anybody's watching this in 2024, Alacritty switched to TOML for their config files, keybinding files, etc. Just means that the "chars" have to be provided in properly escaped Unicode, and some tiny variations in file structure... Thank you Josh!!! finding this video and the blog was a godsend, you are a 👑
@setdvd20 күн бұрын
can you plz post an example?
@vituspacholleck54203 ай бұрын
At 49:20 you say you prefer auto-reload. I do too but I have no idea how to set this up. Can you give me a hint?
@JoshMedeski3 ай бұрын
@@vituspacholleck5420 Aerospace doesn’t support it yet, we would need something like a `aerospace reload-config` CLI command.
@vituspacholleck54203 ай бұрын
@@JoshMedeski thank you :)
@joblafors3 ай бұрын
How do you handle multiple second delay when switching if you are doing any CPU intensive tasks? As soon as I compile anything I get 5 second switching time.
@JoshMedeski3 ай бұрын
@@joblafors that had happened to me a couple of times. I recommend quitting aerospace and reopening it
@johnysalas3 ай бұрын
Zellin main developer mentioned being too busy. And zellij stills misses so many tmux features Wezterm is another great candidate, but the fact that there are new terminals every day is a reason to avoid coupling the multiplexer to the terminal
@B_dev3 ай бұрын
alr if u say so :)
@freedo2013 ай бұрын
Nice! Just added to my dots along with a wezterm mapping and it works great + super fast! One little note: the release note in GitHub refers to sesh-dev instead of sesh
@YvanFlorian3 ай бұрын
Hmm, no sound there for first few minutes...
@JoshMedeski3 ай бұрын
@@YvanFlorian yeah, I caught up on what was said a few minutes in
@BreuXBranco3 ай бұрын
What is that find/search plugin you are using? Telescope?
The only issue I have with yabai is that i'm unable to send apps to workspaces with only keybinds (without disabling ISP). My linux setup made that very easy to do with hyprland. Does AeroSpace solve this issue?
@JoshMedeski3 ай бұрын
@@MilesMoran yes! Aerospace has its own virtual desktop system so those bindings are easy to setup without having to disable ISP
@DimitriSabadie3 ай бұрын
This is probably the worst approach to explain software. Talking about shallow topics such as background and colors while wezterm has a multiplexer supporting local, unix socket, ssh domains, TLS and more, when it has panes, windows, workspaces, input prompts and pickers, etc. It feels like you completely missed the point of the terminal to me.
@TheCorruptedHuman3 ай бұрын
You lost me when you said "go"
@11WicToR114 ай бұрын
love this content, felt like a conversation i would love to have with a friend who has the same interests, because for everyone else this looks silly :D Carlos had some nice settings in nix-darwin, definitelly helped me!
@JoshMedeski4 ай бұрын
I have these conversations all the time, I'm getting better about recording them so I can share them with all of you 😄
@fms63064 ай бұрын
New subscriver here. Neovim all the way.
@JoshMedeski4 ай бұрын
@@fms6306 right? Glad to see people are still excited about Neovim!
@trejohnson76774 ай бұрын
where's the emacs -nw studs at?
@TheRoseWoodBody4 ай бұрын
probably not here
@adibhanna4 ай бұрын
love it!
@CaioCSG14 ай бұрын
hey man, just to let you know, this type of content of showing dev workflows is awesome! thank you
@JoshMedeski4 ай бұрын
@@CaioCSG1 thanks, I have a playlist with other conversations like these!
@RazoBeckett.4 ай бұрын
bash scripting is love!
@JoshMedeski4 ай бұрын
Thanks for watching! You can get all the links on my website: www.joshmedeski.com/posts/carlos-beckers-dev-workflow/
@해윙-v1y4 ай бұрын
I finally found this type of channel! love it😊
@thePrimeagen_SV4 ай бұрын
🎉 nice video
@Garrettkrohn4 ай бұрын
First! Super excited for the return of this series!
@KuzyoYaroslav4 ай бұрын
I have tried aerospace right after watching Josean Marthinez video, but switched back to yabai. For some reason aerospace is eating 40% my CPU, maybe related to me still using Intel chip, not sure. Really liked aerospace so, going to give it a try after moving to more performant machine.
@morpheus45644 ай бұрын
you ask about your Hamerspoon issue. programmable keyboard and layers. is my solution I have a Corne keyboard where i have now my arrow keys also on hjkl on a layer :)
@JoshMedeski4 ай бұрын
@@morpheus4564 nice! But I have many keyboards already I want to continue to use 😀
@vituspacholleck54203 ай бұрын
@@JoshMedeski I also wanted to recommend the onboard memory of my corne, than I wanted to recommend Karabiner which I set up for fn+hjkl - but you don't wanted to use it which make me want to ask why? Probably because of the recources. And most important to me is why do you want to get rid of hammerspoon? Because of your very inspiring article about hammerspoon + yabai I read into it and I wanted to set up my aerospace shortcut config completely with hammerspoon so I can use the same shortcut for switching focus and workspace. I wanted to set it up in a way that when there is no window to focus on the left side, it jumps to the left workspace. This is going to be hard bc I am not a programmer. Now I am curious why you do not like it anymore. Thanks for the content! Really like your vids.
@JoshMedeski3 ай бұрын
@@vituspacholleck5420 I’ve just found that the more of these tools I can remove the more performant my computer seems to be. I also prefer simplicity where possible. I’m glad my hammer spoon article helped! I still like using it and I may revisit what I can do to optimize my workflow by using it. We’ll see
@muhdbasiirzulkifle50904 ай бұрын
2024 version please?
@Hezkore4 ай бұрын
The LUA part must be such a huge overhead. I'm still looking for a terminal that just starts in the blink of an eye, uses as little RAM and CPU as possible and just shows me plain text. But I feel like they all, somehow, mess that up with either having a huge overhead (LUA), or generally just being big and clunky with lots of shortcuts that I have to remove as to not interfere with my actual Vim config (Kitty). And the second I find something I like, it's not cross-platform, and since I jump between a lot of OS's that's something I can't accept.