Josean Martinez
Josean Martinez
  • 37
  • 3 352 195

Відео

Coding a video courses platform with sveltekit & postgres (in nature) | Detailed
Переглядів 8 тис.Місяць тому
Hey guys! In this video I go through my process of building a video courses platform that I'm putting together to be able to create educational content beyond what I can typically do here on UA-cam. Hopefully through these videos you can get a much closer look on how to build something like this from the ground up and learn some cool stuff! For this particular video, I decided to head outside a...
How To Make Your Boring macOS Terminal Amazing With Alacritty
Переглядів 109 тис.Місяць тому
I recently switched from iTerm2 to Alacritty and in this video I show you everything I do to create a minimal, amazing & fast terminal setup with it on macOs. I've really enjoyed this change. Hope you guys enjoy the video! ✍🏽 Blog Post With Code & Commands: bit.ly/3y2VhHw 💻 Source Code/Dotfiles: bit.ly/4cFlPyq UPDATE: After making this video, many of you recommended WezTerm and I decided to giv...
7 Amazing CLI Tools You Need To Try
Переглядів 227 тис.2 місяці тому
These are 7 game-changing cli tools for macOs or Linux operating systems. I've been incorporating them into my workflow recently and they are incredibly helpful for working on the terminal. Hope you enjoy the video! ✍🏽 Blog Post With Code & Commands: bit.ly/49I5eqU 💻 Source Code/Dotfiles: bit.ly/4cFlPyq 📧 Subscribe To My Newsletter: buttondown.email/josean ☕️ Help Support Me And The Channel: ww...
Coding a new full stack project - setting up the database | devlog #1
Переглядів 12 тис.2 місяці тому
This is the first video in my new series documenting the process of building a real life full stack project from the ground up. In this video, I'm setting up a postgres database for this project with supabase and drizzle. I hope you enjoy it! 💻 Source Code: github.com/josean-dev/sveltekit-blog/tree/video-courses ✍🏽 My Blog: www.josean.com/ 📧 Stay up to date with me and the project: buttondown.e...
How I Setup Neovim To Make It AMAZING in 2024: The Ultimate Guide
Переглядів 142 тис.2 місяці тому
This is my complete beginner's guide to setting up Neovim from scratch in 2024. Neovim has evolved a lot since my last complete setup guide which I created more than a year ago. I hope you enjoy the video, find it helpful and it sets you on your own Neovim journey! ✍🏽 Blog Post With Code & Commands: bit.ly/4agkTyQ 💻 Source Code/Dotfiles: bit.ly/4cFlPyq 📧 Subscribe To My Newsletter: buttondown.e...
How To Program Your Keyboard With Code Instead Of QMK Configurator
Переглядів 9 тис.2 місяці тому
In this video, I go over everything you need to know to start using code to create and compile custom keymaps with QMK. QMK has a lot of really powerful features, but some of them are only available with this approach so that's why I wanted to put this video together. Hope you enjoy it! ✍🏽 Blog Post With Code & Commands: josean.com/posts/how-to-use-code-with-qmk 📧 Subscribe To My Newsletter: bu...
How To Build A Corne Keyboard: The Complete Beginner's Guide
Переглядів 40 тис.3 місяці тому
This is a complete beginner's step-by-step guide to build a corne keyboard including RGB lights. I go over everything you should know including all the parts you'll need, the soldering equipment I like to use, how to solder each of the components, how to flash the keyboard and finally how to put the PCBs into a case. Hope you enjoy it! 📧 Subscribe To My Newsletter: buttondown.email/josean 🛠️⌨️ ...
My Ultimate Case For The MX Corne Keyboard | Tented & Regular
Переглядів 9 тис.3 місяці тому
A complete walkthrough on my 3d printed case for the corne keyboard, all the options available, the design and a beginner's step-by-step tutorial on how to assemble it. Corne Keyboard Case Kit: splittype.etsy.com/listing/1601956205/mx-cornecrkbd-case-tented-or-regular Display Covers Kit: splittype.etsy.com/listing/1641573842/mx-cornecrkbd-display-cover-kit Wrist Rests I Like: amzn.to/49rhFZ6 ✨ ...
How To Make An Amazing Custom Menu Bar For Your Mac With Sketchybar
Переглядів 31 тис.5 місяців тому
A beginner's ultimate guide to making a custom menu bar for your mac from scratch with SketchyBar. This video covers all of the essential concepts to building a custom menu bar with SketchyBar by going through everything I did to put together my own setup. I hope you enjoy it and find it helpful! ✨ My 6k Wallpaper Pack For The Ultimate Setup: bit.ly/3ROe3st ✍🏽 Blog Post: bit.ly/47sywZy 💻 Code R...
Nuphy Air 75 v2 - A Wireless Low Profile & Fully Programmable Keyboard
Переглядів 26 тис.8 місяців тому
In this video, I share my thoughts on the pretty awesome Nuphy Air 75 v2 low profile wireless mechanical keyboard. It has a pretty impressive set of features, it's well built and you can fully program it to your liking with QMK/VIA. Hope you guys enjoy it! 📧 Subscribe To My Newsletter: buttondown.email/josean 🛒 *Get the Air 75 v2* Nuphy Air 75 v2: bit.ly/3rQxrMr Use code *Josean* for a 10% disc...
A Powerful Way To Make Editing Code In Neovim Even Better
Переглядів 113 тис.8 місяців тому
Leverage treesitter and syntax aware text objects to take Neovim code editing to the next level and make it even better. Hope you guys enjoy it! 🚀 My config: github.com/josean-dev/dev-environment-files ✍🏽 Detailed Blog Post With Code: www.josean.com/posts/nvim-treesitter-and-textobjects 📧 Subscribe To My Newsletter: buttondown.email/josean 📹 lazy.nvim tutorial video - ua-cam.com/video/6mxWayq-s...
How To Setup Linting And Formatting In Neovim To Replace null-ls
Переглядів 50 тис.8 місяців тому
Hey! In this step by step guide, I show you how to setup linting & formatting in Neovim with conform.nvim and nvim-lint in order to replace this specific functionality from the now archived null-ls plugin. I hope you enjoy it and find it helpful! 🚀 My config: github.com/josean-dev/dev-environment-files ✍🏽 Step-by-Step Blog Post: www.josean.com/posts/neovim-linting-and-formatting 📧 Email for bus...
Building My Blog With SvelteKit, Markdown & Tailwind CSS
Переглядів 11 тис.9 місяців тому
This is part 1 of building out my dev blog for coding & workflow related topics. I'm using Neovim, SvelteKit, Typescript, Tailwindcss and Markdown for this project. Hope you enjoy it! 💻 Code: github.com/josean-dev/sveltekit-blog-walkthrough 🚀 My Dot Files: github.com/josean-dev/dev-environment-files ✍🏽 Live blog site: josean.com Help Support Me And The Channel: www.buymeacoffee.com/joseanmartin...
How I Setup LSP In Neovim For An Amazing Dev Experience - Full Guide
Переглядів 86 тис.9 місяців тому
Hey guys! In this video I go through everything I do to setup and configure LSP in Neovim. This is an update to the LSP portion of my previous Neovim complete setup guide. I hope you enjoy it and find it helpful! If you haven't seen it, I'd recommend you watch this video first: 📹 lazy.nvim tutorial video - ua-cam.com/video/6mxWayq-s9I/v-deo.htmlsi=lCjBs5NXOPYDnuds 🚀 My Full Neovim Config: githu...
How To Use lazy.nvim For A Simple And Amazing Neovim Config
Переглядів 152 тис.9 місяців тому
How To Use lazy.nvim For A Simple And Amazing Neovim Config
The Ultimate Beginner’s Guide To Learn And Master Vim
Переглядів 42 тис.10 місяців тому
The Ultimate Beginner’s Guide To Learn And Master Vim
How To Use A Tiling Window Manager On MacOs | Yabai Ultimate Guide
Переглядів 268 тис.Рік тому
How To Use A Tiling Window Manager On MacOs | Yabai Ultimate Guide
My Work From Home Dream Desk Setup Tour 2023 (as a Software Engineer)
Переглядів 34 тис.Рік тому
My Work From Home Dream Desk Setup Tour 2023 (as a Software Engineer)
My M1 Pro Macbook Setup As A Software Engineer And Youtuber
Переглядів 28 тис.Рік тому
My M1 Pro Macbook Setup As A Software Engineer And UA-camr
Web Dev Technologies I'm Using And Learning in 2023
Переглядів 6 тис.Рік тому
Web Dev Technologies I'm Using And Learning in 2023
The Ultimate Minimalist Keyboard For Programming | Wireless Corne
Переглядів 133 тис.Рік тому
The Ultimate Minimalist Keyboard For Programming | Wireless Corne
How I Use Tmux With Neovim For An Awesome Dev Workflow On My Mac
Переглядів 332 тис.Рік тому
How I Use Tmux With Neovim For An Awesome Dev Workflow On My Mac
How I Setup Neovim On My Mac To Make It Amazing - Complete Guide
Переглядів 440 тис.Рік тому
How I Setup Neovim On My Mac To Make It Amazing - Complete Guide
How To Make Your Boring Mac Terminal So Much Better
Переглядів 703 тис.Рік тому
How To Make Your Boring Mac Terminal So Much Better
Why I Love Using Vim To Write Code
Переглядів 139 тис.Рік тому
Why I Love Using Vim To Write Code
5 Things I Wish I Knew Before Becoming a Software Engineer
Переглядів 3,1 тис.2 роки тому
5 Things I Wish I Knew Before Becoming a Software Engineer
Using Nasa's API To Get An Image From Space Every Morning
Переглядів 6 тис.2 роки тому
Using Nasa's API To Get An Image From Space Every Morning
Alexa Couldn't Answer My Question... Writing Code To Fix It!
Переглядів 9872 роки тому
Alexa Couldn't Answer My Question... Writing Code To Fix It!
I Split My Keyboard In Half To Write Code. Worth It?
Переглядів 87 тис.2 роки тому
I Split My Keyboard In Half To Write Code. Worth It?

КОМЕНТАРІ

  • @anh2753
    @anh2753 8 годин тому

    same with you. but alacritty not support ligature🤧

  • @DavidCSaint
    @DavidCSaint 18 годин тому

    Dude practically made his own nvim distro hot canoli

  • @RYKalmante
    @RYKalmante 18 годин тому

    Hey Josean, I hope you're doing well. Whenever you have the chance, it would be fantastic if you could create a comprehensive video discussing the details of SvelteKit. Keep up the great work!

  • @johnsimon8457
    @johnsimon8457 День тому

    That is a VERY nice configurator app. So many Unix utils are edit this plain text file and RTFM and if you need help go back to windows

  • @NilayPatel-sc9xf
    @NilayPatel-sc9xf 2 дні тому

    amazing

  • @ElhusseinMourad
    @ElhusseinMourad 2 дні тому

    Way to Go Josean 💪

  • @jamahashi1411
    @jamahashi1411 3 дні тому

    Can someone tell me how can add the following background colors a little bit of transparency (80%): local bg = "#011628" local bg_dark = "#011423" local bg_highlight = "#143652" local bg_search = "#0A64AC" local bg_visual = "#275378" I tried to use the #RRGGBBAA color format but I am getting an error that the hex color code format with transparency (#RRGGBBAA) is not supported. Thanks in advance.

  • @HunterRoMike
    @HunterRoMike 3 дні тому

    What keyboard are you using?

  • @zuyax8088
    @zuyax8088 3 дні тому

    Thank you for making this video, Josean. However, I'm struggling to make everything transparent in Alacritty. I tried using transparent.nvim but no luck 😞

    • @zuyax8088
      @zuyax8088 3 дні тому

      Nevermind. I figured it out. Lol

  • @ultrasys
    @ultrasys 3 дні тому

    WOW. What keyboard is that?

  • @nelsonvillatoro9533
    @nelsonvillatoro9533 3 дні тому

    I'm stuck on the part regarding the auto suggestions addition. It is telling me that there is a parse error near ' ' of line 43. I don't get what the heck is wrong :/ # completion using arrow keys (based on history) bindkey '^[[A' history-search-backward bindkey '^[[B' history-search-forward source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh the above lines are the last few lines that I am getting a parse error for, and preventing me from running source ~/.zshrc Any help would be greatly appreciated!

  • @janssenbailio197
    @janssenbailio197 3 дні тому

    This is the most comprehensible, well thought-out setup for Neovim ever, and I'm truly thankful for this! Cheers man!

  • @calebo.a.6270
    @calebo.a.6270 3 дні тому

    What theme are you using with your OMZ terminal?

  • @viniciuszucatti6980
    @viniciuszucatti6980 3 дні тому

    Thanks for this video

  • @vidhangupta1725
    @vidhangupta1725 4 дні тому

    TroubleToggle giving an error E492: Not an editor command: TroubleToggle

  • @Swifter101
    @Swifter101 4 дні тому

    “Yo, Josean, I’m really happy for you. I’mma let you finish, but Wezterm is one of the best termnials of all time!”

  • @gantushigsaruul2489
    @gantushigsaruul2489 4 дні тому

    Everytime I generate some grpc code, I have to restart my neovim (lazyvim) to see the changes. How to fix that? Please help. Also Neo-tree restarts the split window size everytime I toggle the sidebar.

  • @oterea
    @oterea 4 дні тому

    how to use keyboard binding i dont know what AppCursor etc mode is

  • @Mari_Selalu_Berbuat_Kebaikan

    Let's always do alot of good

  • @_pRoXiMuS
    @_pRoXiMuS 5 днів тому

    I runned the toruble.nvim configuration but it is not working even after installing it through lazy .nvim , when I run down xx it says that not an editor command 🥹Error 492... how to fix it Josean... 🥹

  • @qiangwu8295
    @qiangwu8295 5 днів тому

    Bro, I love your keyboard! It's so cool!

  • @Jeerleb
    @Jeerleb 5 днів тому

    9 times out of 10 💀

  • @AbuAl7sn1
    @AbuAl7sn1 5 днів тому

    وقفت عند جزئية الـwindow 11:45

  • @ThePlaguedWriter
    @ThePlaguedWriter 5 днів тому

    So far so good. Thanks.

  • @RenegadeTrash
    @RenegadeTrash 6 днів тому

    Josean, love the video followed it to a T and am extremely happy other than one minor issue. trouble.nvim doesn't appear to be functioning and I cannot find any further information to fix this. Whenever I try to use the hotkeys that were established after installing reloading it says "not an editor command" TYIA for any help!

  • @shyampadia
    @shyampadia 6 днів тому

    You need to try fzf-tab. It's better than the default fzf keybinding

  • @metromaple
    @metromaple 6 днів тому

    would like to see a lazygit video!

  • @mhoneyaus1569
    @mhoneyaus1569 6 днів тому

    I tried to find Yabai in the App store and itr say no Mac a[[ results found. Is it no longer available?

  • @sorvex9
    @sorvex9 7 днів тому

    40:50 what is that neovim plugin u use to create a file on your cursor ? Looks like it also uses telescope

  • @milostean8615
    @milostean8615 7 днів тому

    Brilliant walkthrough 🤠🤠

  • @crusader_
    @crusader_ 7 днів тому

    Does nvim tree show the prompt to create a file by default or is it neotree you're using

  • @camilofernandez4088
    @camilofernandez4088 7 днів тому

    Thank you Josean!

  • @p504504
    @p504504 7 днів тому

    cli ricing. Noice

  • @tinblue
    @tinblue 7 днів тому

    These instruction nolonger work. homebrew-cask is deprecated and has been removed. How to install the font?

  • @mag9357
    @mag9357 9 днів тому

    باقي لي الـtmux ما اضفتها 57:17 - substitution 58:50 - surround plugin هذي الجزئيات تجاوزتها ايضا

  • @LimboPurgatory
    @LimboPurgatory 9 днів тому

    6:25 you're welcomed

  • @ericjmorey
    @ericjmorey 9 днів тому

    Your videos are great! I signed up for your newsletter and noticed that not everything is being posted there. I visited your blog and see that you have no RSS to subscribe to and no mention of your newsletter there and different content from the newsletter. Also no blsky, Mastodon/ActivityPub, Twitter, accounts (not even automated new video notice accounts). You deserve more viewership, I hope you have time to coordinate your online presents and expand your reach. Good luck!

  • @alamba78
    @alamba78 9 днів тому

    The brew tap homebrew/cask-fonts is deprecated.

  • @santiagoquiroga3190
    @santiagoquiroga3190 9 днів тому

    Hi Josean, first of all I want to say that I am loving the tutorial so far. I have made it almost all the way through. I am running into issues installing the trouble plugin however. I followed your steps to a t, and proofread the file multiple times. I confirmed with :Lazy that the plugin has installed. Yet, when I go to use <leader>xx or xr, or any of the <leader> x something commands I run into an E492: not an editor command: TroubleToggle. I was wondering what is usually the cause of this, and more importantly how do I learn to troubleshoot these kinds of issues for myself in case I need to modify the base config that you've provided for us here. Once more, thank you for the vid, it's amazing.

  • @AndrewIzatt
    @AndrewIzatt 9 днів тому

    Also, if you're having trouble remapping your <ESC> key to "jk" as Josean does, try replacing <ESC> with <esc> or <Esc> (either worked for me on Linux Mint). <ESC> might be a MacOS-specific mapping.

  • @defnlife1683
    @defnlife1683 9 днів тому

    NeovimPuertoRico gang when?

  • @defnlife1683
    @defnlife1683 9 днів тому

    Glad to see a lazyvim from scratch video. awesome.

  • @AndrewIzatt
    @AndrewIzatt 9 днів тому

    For anyone struggling to see the "tree" file format after adding vim.cmd("let g:netrw_liststyle = 3") in the lua/<name>/core/options.lua file, when you're in the :Explore view, make sure and type 'i' a few times to toggle the different listing styles. <F1> is the help file and it's in there.

  • @jelmermulder7276
    @jelmermulder7276 9 днів тому

    More than the boring "Must have command line tools" by pointing out how these tools can work together. Great video

  • @typingcat
    @typingcat 10 днів тому

    Why do web development in terminal instead of using GUI like VS Code?

  • @MesonoxianVlad
    @MesonoxianVlad 10 днів тому

    Comment.nvim is no longer needed. The main functionality from the plugin has been integrated into neovim from 0.10.0

  • @JoeAzure
    @JoeAzure 11 днів тому

    Thank you for this! I love learning new environments and taking back control of my daily view :)

  • @DEV23470
    @DEV23470 11 днів тому

    awesome video, I gat a trouble in my trouble, then i go to the github trouble and just put the default maps from there and it works

  • @ParthKamal-iy9bf
    @ParthKamal-iy9bf 11 днів тому

    vim navigation is a lot slower than in mac, as compared to that of linux . why is it so ?

  • @blank001
    @blank001 11 днів тому

    I have almost all the tools that you mentioned(except for fk) but I don't have your level customization. Thank you for the video