Configuring iTerm2 for your Mac (the best terminal for development in MacOS) - Homebrew, Zsh, etc.

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

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

  • @sams3416
    @sams3416 2 месяца назад +1

    You did a great job! Please keep up the good work.

  • @qft1137
    @qft1137 Месяц назад

    Thank you very much. Great video.

  • @AbiGodChaser
    @AbiGodChaser Год назад +2

    Very Information video. Thank you for all your efffort

  • @ventin75
    @ventin75 Год назад +1

    Nice configuration that I have not heard of, going to copy some of them.

  • @transcendent.fox8
    @transcendent.fox8 10 месяцев назад

    Very helpful, ty

  • @cultivated-savage
    @cultivated-savage 9 месяцев назад

    How are you saving the Echo?? like how do you turn the --- insert ---- at the bottom to save. Using cmd s does nothing.

    • @tofsade
      @tofsade Месяц назад

      esc and then :q to quit without saving or :wq to write and quit.

  • @vijayanand7270
    @vijayanand7270 Год назад

    Thanks for the video. How to remove it showing "master" branches next to directory name?

  • @paulcharles1212
    @paulcharles1212 Год назад

    alias ip not working on non apple silicone, any suggestion to fix on older mac?

    • @letmedrawit
      @letmedrawit  Год назад

      My ip alias is grepping for 'en0' which might not be the name of your network interface. Do a "ifconfig -a" and look for the network interface where you have your IP. Then change 'en0' for the name that you found there.

  • @lakshaysagarrana3965
    @lakshaysagarrana3965 Год назад

    Why not oh my zag??

    • @letmedrawit
      @letmedrawit  Год назад

      Not much control of what's happening...

  • @annetlive
    @annetlive Год назад

    E325: ATTENTION
    Found a swap file by the name ".zshrc.swp"
    owned by: kirilltalabov dated: вт апр 04 14:10:36 2023
    file name: ~kirilltalabov/.zshrc
    modified: YES
    user name: kirilltalabov host name: MacBook-Pro-Kirill.local
    process ID: 5559
    While opening file ".zshrc"
    dated: вт апр 04 18:56:39 2023
    NEWER than swap file!
    (1) Another program may be editing the same file. If this is the case,
    be careful not to end up with two different instances of the same
    file when making changes. Quit, or continue with caution.
    (2) An edit session for this file crashed.
    If this is the case, use ":recover" or "vim -r .zshrc"
    to recover the changes (see ":help recovery").
    If you did this already, delete the swap file ".zshrc.swp"
    to avoid this message.
    do you know how to fix it?

    • @letmedrawit
      @letmedrawit  Год назад

      When you open a file using vim, it creates a .swp file so it is not open concurrently by another terminal using vim. You can find the other terminal and close the file or just delete ".zshrc.swp". In your case you can just delete ".zshrc.swp". You most probably closed a terminal while you had the file open with vim. This is normal and happens to everyone.

    • @annetlive
      @annetlive Год назад

      @@letmedrawit thank you so much 🙏🙏🙏

    • @annetlive
      @annetlive Год назад

      @@letmedrawit sorry do you know how to fix it?

    • @letmedrawit
      @letmedrawit  Год назад

      @@annetlive Find and delete the file .zshrc.swp, inside the same folder where you have the .zshrc file. You can do "rm .zshrc.swp".

    • @annetlive
      @annetlive Год назад

      @@letmedrawit I already do that , but another problem like this