Skip to content

Instantly share code, notes, and snippets.

@sasq64
Last active September 12, 2018 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasq64/c8527ad4a23d8fef69a799f660b2c8ed to your computer and use it in GitHub Desktop.
Save sasq64/c8527ad4a23d8fef69a799f660b2c8ed to your computer and use it in GitHub Desktop.

How to be productive from the command line

iTerm2 is more capable than the build int terminal, adding things like Split panes.

Now you can install most of the stuff you need using brew install <packagename>

Oh My Zsh is a shell replacement. The main benefit it gives you out of the box is great support for dealing with git repositories.

Some nice to have utilities

  • brew install the_silver_searcher

Let's you quickly find text inside all the files in a directory using ag <pattern>

  • brew install cloc

Count lines of code (and other things) in your project

C++

cppman https://github.com/jeaye/stdman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment