I switched back to zsh

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 30

  • @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

  • @ВикторКатаев-л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 TH-cam is your friend

  • @paullvindquist
    @paullvindquist 3 หลายเดือนก่อน

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

    • @mischavandenburg
      @mischavandenburg  3 หลายเดือนก่อน

      using vim keybindings with Qutebrowser

    • @paullvindquist
      @paullvindquist 3 หลายเดือนก่อน

      ​@@mischavandenburg Nice! Thanks!

  • @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.

  • @i-am-the-slime
    @i-am-the-slime 3 หลายเดือนก่อน

    I use fish btw

  • @raprobot6039
    @raprobot6039 3 หลายเดือนก่อน

    that's the third time i am changing

  • @JavierHarford
    @JavierHarford 3 หลายเดือนก่อน +2

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

  • @jaimesanchez37
    @jaimesanchez37 3 หลายเดือนก่อน

    Saludos

  • @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😂

    • @mischavandenburg
      @mischavandenburg  3 หลายเดือนก่อน

      True but not right, right but not true