Skip to content

This my personal console configuration files used in Ubuntu 12.04.5 LTS. It will override the default Ubuntu Terminal settings and make the console more informative and Mac like. Though I use it on my Ubuntu 12.04.5 LTS edition, it should work perfectly on other edition of Linux.

License

Notifications You must be signed in to change notification settings

kuttumiah/Bash-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This my personal console configuration files used in Ubuntu 12.04.5 LTS & 14.04.1 LTS. It will override the default Ubuntu Terminal settings and make the console more informative and Mac like. Though I use it on my Ubuntu 12.04.5 LTS & 14.04.1 versions, but it should work perfectly on other versions of Linux.

Directory Structure

Bash-Config/                    -- Base Path
├───images/                     -- images directory
│   ├───old_new_bash.png        -- image to show bash changes
│   └───special_tweak.jpg       -- image to show special tweak to bash
├───ubuntu_12.04/               -- ubuntu 12.04 directory
│   └───.bashrc                 -- ubuntu 12.04 specific settings file
├───ubuntu_14.04/               -- ubuntu 14.04 directory
│   └───.bashrc                 -- ubuntu 14.04 specific settings file
├───LICENSE                     -- license file
└───README.md                   -- readme file

Changes to the Files

Common changes

  1. Changed HISTSIZE from 1000 to 10000
  2. Changed HISTFILESIZEfrom 2000 to 20000 so that the system can store more history

Changes to ubuntu_12.04/.bashrc

  1. Uncommented Line 43 to make console colorful
  2. Changed line 57 console output to make console a bit informative and Mac Like 😃 🎉
  3. Uncomment Line 59 and comment Line 57 to use special tweak of the bash

Changes to ubuntu_14.04/.bashrc

  1. Uncommented Line 46 to make console colorful
  2. Changed line 60 console output to make console a bit informative and Mac Like 😃 🎉
  3. Uncomment Line 62 and comment Line 60 to use special tweak of the bash

These changes changed the bash console like this:

bash preview

There is an special tweak (need to uncomment to use)

special tweak

References

Linux-Unix Shell Setup Parameter

AskUbuntu Answer

Licence

The files are open-sourced software licensed under the MIT license

About

This my personal console configuration files used in Ubuntu 12.04.5 LTS. It will override the default Ubuntu Terminal settings and make the console more informative and Mac like. Though I use it on my Ubuntu 12.04.5 LTS edition, it should work perfectly on other edition of Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages