Skip to content

Latest commit

 

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Best Aliases for Linux Terminal

Save time when you’re in a hurry at the terminal.

This shell script can be executed via curl to install a set of predefined aliases into the user’s ~/.bashrc or ~/.zshrc files.

Install and auto configure

bash

curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/install.sh | bash -s bash

zsh

curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/install.sh | bash -s zsh

Delete

bash

If you want to delete the aliases added by this project, run :

curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/delete.sh | bash -s bash

zsh

If you want to delete the aliases added by this project, run :

curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/delete.sh | bash -s zsh

Update

Delete, and re-run the inital setup with curl according to your shell type

About

shell script executing by curl cmd to implement a list of predefined alias in the current user's .bashrc/.zshrc, to save time.

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages