My Development Setup (Neovim, Tmux, Alacritty & Rust-based CLI Tools)

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 55

  • @typecraft_dev
    @typecraft_dev Рік тому +17

    Nice work and really interesting tools!

  • @JacquesvanWyk
    @JacquesvanWyk Рік тому +2

    love the vimium browser extension. great setup

  • @deceptionfalls
    @deceptionfalls Рік тому +1

    amazing video, thanks for introducing us to Vimium, it's a great extension and makes browsing the web much more easier for us acquainted with the of the cult of vi XD

  • @AbdulWahab-ev2ct
    @AbdulWahab-ev2ct Рік тому +2

    Good job, Thanks for this one 🙂

  • @kipkerluke2508
    @kipkerluke2508 Рік тому

    Great video!!! Thanks for sharing.

  • @ilyeshammadi7278
    @ilyeshammadi7278 Рік тому +4

    Thanks for the video 🤗
    Exa does have icons with --icons, it's just not set by default.

    • @adibhanna
      @adibhanna  Рік тому +1

      OH! didn't know that! thank you for letting me know!

    • @willadams6217
      @willadams6217 Рік тому +1

      Came here to say the same thing!

  • @ElijahManor
    @ElijahManor Рік тому +2

    First! Nicely done Adib 😀

    • @adibhanna
      @adibhanna  Рік тому +1

      Thank you so much, @Elijah!

  • @davidkananda2896
    @davidkananda2896 Рік тому +1

    Nice setup!

  • @matthewstott3493
    @matthewstott3493 Рік тому +2

    As previously mentioned, exa does have icons but it also has octal-permissions which is just awesome. I just use exa instead of LSD.

    • @adibhanna
      @adibhanna  Рік тому

      I should probably try exa more. it seems that it has some great features.[

    • @sunnyheheheh9401
      @sunnyheheheh9401 Рік тому

      Exa has icons btw you just need --icons flag

  • @rtkay123
    @rtkay123 Рік тому +4

    Why not use skim instead of fzf since most of your ecosystem is in Rust

  • @FullLifeFrank
    @FullLifeFrank Місяць тому

    When do you think your Neovim guide will be ready?

  • @khanriza
    @khanriza Рік тому

    Really like your theme

    • @adibhanna
      @adibhanna  Рік тому

      Gruvbox Material! my favorite!

  • @Twist3d_
    @Twist3d_ Рік тому +1

    Should do a tutorial of how to setup your lunarvim like that!!

  • @marcomamani2943
    @marcomamani2943 2 місяці тому

    Congrats.. a beautiful setup!! how to do it DevOps based cli tools ?

  • @nachiketkanore
    @nachiketkanore Рік тому

    Amazing setup

  • @livb4139
    @livb4139 Рік тому

    my boy lazygit let's go

  • @irlshrek
    @irlshrek Рік тому

    this is great!

  • @javierr5845
    @javierr5845 Рік тому +1

    Thanks for the video! Im really interested in try to use the "fzf session list" but I can't replicated, is something else needed apart from the line 139 of the config file? (bind y run -b "tmux show-buffer...". When I hit the shortcut I only getting a message telling me the buffer is copied to the clipboard

    • @adibhanna
      @adibhanna  Рік тому

      I got you! I’ll be making a detailed video on how I setup Tmux!

    • @citosid
      @citosid Рік тому

      My previous message disappeared. But basically, is replacing (or adding a new) key bind:
      # windows fuzzy finder selector
      unbind s
      bind-key s run-shell -b "~/.tmux/scripts/switch-session.bash"
      And then adding this script (switch-session.bash)
      #!/bin/bash
      tmuxsessions=$(tmux list-sessions -F '#S#{?session_attached,attached,}' | grep -v attached)
      tmux_switch_to_session() {
      session="$1"
      if [[ $tmuxsessions = *"$session"* ]]; then
      tmux switch-client -t "$session"
      fi
      }
      choice=$(sort -fu

  • @Richard-ck7sr
    @Richard-ck7sr Рік тому

    I also use the excellent broot - written in rust.

  • @thenaman047
    @thenaman047 Рік тому

    am confused, how does starship work with alacritty. ain't both the same or am I missing something simple here ?

    • @sebbzudemo
      @sebbzudemo Рік тому

      Alacritty is a terminal emulator and starship is a theme

  • @slawtul
    @slawtul Рік тому

    Unfortunately tmux and vim/neovim do not work for me. I use tmux session for every project with 4 - 5 splits. Sometimes when I open session (project), splits positions are weird and text inside uneditable.

    • @adibhanna
      @adibhanna  Рік тому +1

      that's strange behavior. I don't think I've experienced it before. Have you looked into zellij.dev/ ? it might be a better solution for you

    • @slawtul
      @slawtul Рік тому

      @@adibhanna Thanks, I will check it.

    • @slawtul
      @slawtul Рік тому

      Alright, works very good with sessions. I will test it more. Thanks for tip.

  • @sabinadhikari2643
    @sabinadhikari2643 Рік тому

    I need that wallpaper. Could you send me the link for that image.?

    • @adibhanna
      @adibhanna  Рік тому

      if you mean my background image. www.dropbox.com/s/mao1vy5wf9az737/lakeside-sunset-deer-minimal.png?dl=0

  • @harrytran998
    @harrytran998 Рік тому

    In the next videos, hope you have some app to cast your keyboard like KeyCastr for the newbie like me. Thank

    • @adibhanna
      @adibhanna  Рік тому

      Sure thing! I got KeyCastr and I’ll start using it for future videos!

  • @Yoplat
    @Yoplat Рік тому

    Can you please share your starship prompt config? It’s pretty nice

    • @adibhanna
      @adibhanna  Рік тому

      Sure! here you go pastebin.pl/view/9489bb07

    • @Yoplat
      @Yoplat Рік тому

      @@adibhanna Thanks!

  • @diegoulloao
    @diegoulloao Рік тому

    what font are you using?

  • @solvm1652
    @solvm1652 Рік тому

    sweet

  • @SantoshYadav-nh3uu
    @SantoshYadav-nh3uu Рік тому

    This is for which system.... Mac debian or Arch

    • @adibhanna
      @adibhanna  Рік тому +1

      Mac, but these tools should work in any OS

  • @gsilva877
    @gsilva877 Рік тому +3

    Interesting tools. I dont like vim as ide I prefer use vscode or fleet or intellij I use vim just to edit config files in Linux servers, but the other tools are interesting

  • @naranyala_dev
    @naranyala_dev Рік тому +1

    Alacritty + tmux + AstroNvim

  • @kamalkamals
    @kamalkamals Рік тому

    change title to review not setup

  • @BraxtonMeyer
    @BraxtonMeyer Рік тому

    exa, can show the icons. lolwut. it's just a better lsd.