How to install oh-my-zsh and Powerlevel10k theme on your M1 macbook apple silicon or Linux machine

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 16

  • @Fishd1
    @Fishd1 2 года назад

    Blindly running scripts directly from a website is a great way to get your device infected with malware.
    You should always download the script and inspect it locally (making sure you understand what it’s going to do) before execution.

    • @codefallacy
      @codefallacy  2 года назад +2

      I agree you should always check what you are adding to your machine. However it is not realistic to do so every time. This is why i showcase Large and Active Free and Open Source Projects in the video. These projects are actively being developed and are open source to help prevent shady thing from being upstreamed. It is unrealistic that a New User would even understand what the code might be doing which is why im a big advocate for FOSS Software regardless of your OS.

  • @babdcs
    @babdcs 2 года назад

    this video really helped me out thanks man :)

    • @codefallacy
      @codefallacy  2 года назад

      glad it helped, happy hacking

  • @michaelvillacarlos3355
    @michaelvillacarlos3355 2 года назад

    thanks a lot! helped me figuring this one out. more power

  • @fiji4059
    @fiji4059 2 года назад

    thank you so much it was a great help

  • @jeamayar
    @jeamayar 2 года назад +1

    Great!

  • @birensethy3206
    @birensethy3206 2 года назад +1

    Hi, I am getting below error :
    [oh-my-zsh] plugin 'powerlevel10k/powerlevel10k' not found
    Could you please let me know what I am missing here ?
    Seems like some path is not set properly.
    Thank you in advance.

    • @codefallacy
      @codefallacy  2 года назад

      the path may just be 'powerlevel10k' try that, if that doesnt work you need to go inside the hidden folder oh-my-zsh/themes and find where the powerlevel10k directory lives

  • @L0wPressure
    @L0wPressure 2 года назад

    I actually had no idea you can do it with zsh, i found fish at some point and was using this on linux. But i guess i can try zsh once again.

    • @codefallacy
      @codefallacy  2 года назад +1

      yeah i use it on PopOS bu there are many alternitives out there

    • @L0wPressure
      @L0wPressure 2 года назад

      @@codefallacy zsh is default on manjaro and macos, i'd rather use it now. Fish is awesome with it's autocomplete, but it also has it's own incompatible with zsh syntax.

  • @jiyoungkim9258
    @jiyoungkim9258 2 года назад

    this is really helpful

  • @debatts
    @debatts 2 года назад

    I get the following: Cloning Oh My Zsh...Cloning Oh My Zsh...Xcode -select: note: no developer tools were found at........Error: Git clone of oh-my-zsh repo failed

    • @codefallacy
      @codefallacy  2 года назад

      Sorry for the late reply. You may have to install macos developer tools on the terminal

  • @MeiITW
    @MeiITW 2 года назад

    thank you