Skip to content

OSX 💻 Bash Zsh tool for aliases and functions which we need in daily routines.

Notifications You must be signed in to change notification settings

raoasifraza11/eee-zee-rar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEE' ZEE' RAR

OSX Package for aliases and functions which we need in daily routines. You can install it using below command.

Table of Content

Installation

Dependencies for this tool are:

  • Git
  • cURL

You can install the tool using command:

bash <(curl -fsSL https://raw.githubusercontent.com/raoasifraza11/eee-zee-rar/master/eee-zee-rar.sh)

Uninstall

ezr_uninstall

Upgrade

ezr_upgrade

Anatomy

├── Lib
├── support
├── eee-zee-rar.sh
├── uninstall.sh
├── upgrade.sh
└── .gitignore

Default Aliases

There are some default aliases which are available for you after installation of eee-zee-rar.

## handy short cuts ##
..='cd ..'
l='ls -al'
c='clear'
l.='ls -d .*'
h='history'
vi=vim
svi='sudo vi'


## a quick way to get out of current directory ##
..='cd ..'
...='cd ../../../'
....='cd ../../../../'
.....='cd ../../../../'
.4='cd ../../../../'
.5='cd ../../../../..'


## get web server headers ##
header='curl -I'
headerc='curl -I --compress'

Todos

  • Prevent duplication script
  • Add support installation pip, pip3
  • Checking Updates
  • Remove bashrc or zshrc content before uninstall
  • Currently Shell not supported
  • Plugin support feature
  • Custom commands feature

Thanks

Inspiration, Thanks and credit!!!

  • Oh-My-Zsh - A delightful community-drive framework for managing your zsh configuration.
  • Cyberciti - 30 Handy Bash Shell Aliases For Linux / Unix.

Stay tuned!

About

OSX 💻 Bash Zsh tool for aliases and functions which we need in daily routines.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages