clarkshaeffer / commandz

a bunch of commands for your zsh shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😗 commandz 😗

A bunch of custom commands for your terminal, especially the Zsh shell.
Looking for more motivation? More productivity? More style?
Look no further.

Getting Started

Depending on your shell configuration, the set up is mostly the same but only with some minor changes.
It's all pretty simple stuff, so feel free to customize it however you like.

  1. clone it: git clone https://github.com/jdshaeffer/commandz
  2. Put the following line in your .rc file (~/.bashrc or ~/.zshrc or whatever depending on your config):
    • . ~/commandz/commands
  3. Customize however you like, start a new terminal session, and enjoy! remember to run exec /bin/zsh or exec /usr/bin/zsh to reset the shell when updating.

Currently Supported Commands

Note: Make your own functions within the commands file.
If you feel you make one that would benefit the community, submit a pull request and I'll review the changes.

affirm

Programming can be frusturating sometimes. Get some positive affirmation from your machine.

thanks

Receive some genteel salutations.

dunnet

Executes a shortcut to the beloved game in the Emacs editor. Play at your own risk.

More tba

About

a bunch of commands for your zsh shell


Languages

Language:Shell 100.0%