Skip to content

Instantly share code, notes, and snippets.

@mthrynn
Forked from BretFisher/pcat-install.sh
Created October 17, 2019 16:22
Show Gist options
  • Save mthrynn/27861b191acd0ee3ecea033efa790872 to your computer and use it in GitHub Desktop.
Save mthrynn/27861b191acd0ee3ecea033efa790872 to your computer and use it in GitHub Desktop.

Revisions

  1. @BretFisher BretFisher revised this gist Aug 8, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pcat-install.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # first install pygmentize to the system with python
    # first install pygmentize to the mac OS X or macOS system with the built-in python
    sudo easy_install Pygments

    # then add alias to your ~/.bash_profile or ~/.bashrc or ~/.zshrc etc.
  2. @BretFisher BretFisher created this gist Aug 8, 2017.
    5 changes: 5 additions & 0 deletions pcat-install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # first install pygmentize to the system with python
    sudo easy_install Pygments

    # then add alias to your ~/.bash_profile or ~/.bashrc or ~/.zshrc etc.
    alias pcat='pygmentize -f terminal256 -O style=native -g'