Skip to content

Makes the Linux shell you found yourself in more user friendly

License

Notifications You must be signed in to change notification settings

utkuozdemir/user-friendly-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

user-friendly-shell

Makes the Linux shell you found yourself in more user friendly.

Usage

In a shell, run the following command:

via curl:

$ source <(curl -s https://raw.githubusercontent.com/utkuozdemir/user-friendly-shell/master/make-friendly.sh)

or via wget:

$ source <(wget -qO- -s https://raw.githubusercontent.com/utkuozdemir/user-friendly-shell/master/make-friendly.sh)

Finally, run the following command:

$ source ~/.bashrc

Tested only on Ubuntu 18.04 and bash.

Future Work

  • Support more OSs/distros/shells.
  • Add checks for OSs/distros/shells.
  • Introduce non-sudo mode.

About

Makes the Linux shell you found yourself in more user friendly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages