Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/mybash
Simplifies and compartmentalises user Bash profiles.
https://github.com/raehik/mybash
Last synced: 11 days ago
JSON representation
Simplifies and compartmentalises user Bash profiles.
- Host: GitHub
- URL: https://github.com/raehik/mybash
- Owner: raehik
- Created: 2013-08-22T17:59:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T12:26:50.000Z (about 11 years ago)
- Last Synced: 2024-11-13T16:33:49.337Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MyBash
======Allows easy configuration of Bash profile variables. MyBash comes with multiple universal and specialised configs, and only Bash knowledge is needed to create your own.
Essentially, it neatens up Bash shell startup files by keeping all user settings separate from the main .bashrc (for easy moving between users/computers) and making it possible to enable and disable them easily.
Installation
------------curl -s https://raw.github.com/raehik/mybash/master/install -o /tmp/mybash-install ; bash /tmp/mybash-install
If you don't want to use the installation script, follow these steps:
1. download the repository anywhere you like
2. source the file 'main' in your shell profile
3. restart your shell