Nano syntax highlighting tips (with Asterisk example)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

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

  • @SNSISNSJISEJSJS
    @SNSISNSJISEJSJS 2 ปีที่แล้ว

    Thanks man I have old notebook but I have what I have I am 15 still learning programming thanks to you now you have one like more on your video. And thing that you made someone's day better 🙂🙂🙂 thanks you soo much without you it would not work let the god give you how much you have given us

  • @RafalBielawski
    @RafalBielawski 3 ปีที่แล้ว

    Thank you :)

  • @armagan_gok
    @armagan_gok 4 ปีที่แล้ว

    when I type;
    $ ls /usr/local/bin/nano
    I get ; there no directory. By the way I got macbook

    • @HOTKEY404
      @HOTKEY404  4 ปีที่แล้ว +1

      If I understand correctly, with Mac you have to:
      1) find nano in terminal
      which nano
      2) create directory for nanorc files
      cd /usr/local/share (or cd /usr/local/share)
      mkdir nano
      cd nano
      3) download our Asterisk file
      wget files.hotkey404.com/blog/asterisk.nanorc
      4) to link this file to your config
      echo include "/usr/local/share/nano/asterisk.nanorc" >> ~/.nanorc
      I don't use Mac so I don't think I'll be able to provide more details. But first command should help you with locating nano in your system 🤔

    • @armagan_gok
      @armagan_gok 4 ปีที่แล้ว

      @@HOTKEY404 thanks man!