I switched back to zsh

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ •

  • @mischavandenburg
    @mischavandenburg  3 місяці тому +1

    SUBSCRIBE TO MY NEWSLETTER
    mischavandenburg.substack.com

  • @johnrayburn6578
    @johnrayburn6578 3 місяці тому +7

    Reminder: Always specify in your shell scripts which shell you expect it to be interpreted with. zsh & bash interpret some things differently. I learned this the hard way several years ago on ArchLinux. And, /bin/sh is usually a link (hopefully to a POSIX-compliant shell), so when you get a script from someone else that has bin/sh in the shebang, read it carefully. That could be a future video: Shell Scripting Best Practices
    I enjoying watching your videos.

  • @danielstoddart
    @danielstoddart 3 місяці тому +2

    I also switched back. I am a bash OG, with years of use as a sysadmin with a very basic prompt and writing scripts, using containers, &c. And I still agree with your advice to learn bash deeply. But eventually after a number of years, I switched to zsh and oh-my-zsh for all the reasons you discuss here.

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

    You ideally know bash and the interactive shell of your choice. 👍 For scripting it is easily possible to use the bash. Also zsh is POSIX compliant like bash. So good scripts run in both shells.

  • @benarcher372
    @benarcher372 3 місяці тому

    You change when you have to change. I tend to get stuck in configuration-hell now and then. Switching SHELL and other tools too frequently. I remember Prime commenting on spending one week per year fine-tuning, after that using the setup for at least a year. Sounds like a good advice.

    • @mischavandenburg
      @mischavandenburg  3 місяці тому

      After an initial period of lots of configuration, I too have reached a baseline. I have a certain set of requirments I need in my workflow, and I aim to achieve those with as little configuration as possible.

  • @zenzilla94
    @zenzilla94 3 місяці тому

    Hey man, maybe you can share zk cli tool ya made! Id try it out. Also curious how your new notes in obsidian begin with an H1 header in the middle of your screen.
    Edit: Its a combination of templater and removing the “show inline title” option in settings.

    • @mischavandenburg
      @mischavandenburg  3 місяці тому

      its on my github mischavandenburg/zettelkasten-cli , but it's very bespoke still :)

    • @zenzilla94
      @zenzilla94 3 місяці тому

      Thanks boss! I see it now 😏

  • @micaelviana
    @micaelviana 3 місяці тому +1

    Do you use VirtualBox or VMware in Apple Silicon? Is it possible to install X86 Linux VMs using these new Macs?

    • @benarcher372
      @benarcher372 3 місяці тому +1

      i don't think VirtualBox is supporting Apple silicon (M1/M2/M3) anymore

    • @micaelviana
      @micaelviana 3 місяці тому

      @@leedavis3533 UTM, nice, I will search about it

  • @jbkerns
    @jbkerns 3 місяці тому

    The shell article must be behind the paywall,I could not search it.

    • @mischavandenburg
      @mischavandenburg  3 місяці тому +1

      mischavandenburg.com/zet/back-to-bashics/

    • @jbkerns
      @jbkerns 3 місяці тому

      @@mischavandenburg Thanks! I only searched substack.

  • @paullvindquist
    @paullvindquist 3 місяці тому

    Just curious as to how you were navigating the browser..

  • @ВикторКатаев-л4ч
    @ВикторКатаев-л4ч 3 місяці тому

    Could you recommend good resources for learning and tuning bash?

    • @mischavandenburg
      @mischavandenburg  3 місяці тому

      The great thing about bash that all you need is available on any system: man bash
      Read through this at least once and then UA-cam is your friend

  • @i-am-the-slime
    @i-am-the-slime 3 місяці тому

    I use fish btw

  • @JavierHarford
    @JavierHarford 3 місяці тому +2

    Maybe its time for you to give Fish a try, or Nushell if you are feeling super spicy

  • @raprobot6039
    @raprobot6039 3 місяці тому

    that's the third time i am changing

  • @manlikeP
    @manlikeP 3 місяці тому

    Wait did do you just say you left zsh because of Auto completion but now went back to zsh because of autocompletion😂

  • @jaimesanchez37
    @jaimesanchez37 3 місяці тому

    Saludos