Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 763 Bytes

hachreAliases

Collection of personal shell aliases I like.

Installation of hachreAliases

curl -fsSL https://raw.githubusercontent.com/hachre/aliases/master/install.sh | bash

This will automatically install the git repo to /usr/local/hachre/aliases.

  • To uninstall use the ./remove.sh script in /usr/local/hachre/aliases.
  • To update use the ./update.sh script or simply type hachreUpdate.

Installation of hachreShell (Optional)

wget https://raw.githubusercontent.com/hachre/aliases/master/installHachreShell.sh -qO - | bash

This will install the hachreShell, a zsh-centric default shell setup I use.

  • To update run the ./installHachreShell.sh script or simply type hachreShellUpdate. This will also update hachreAliases.