Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xxks-kkk/bashrc_helpers

Bash environment setup
https://github.com/xxks-kkk/bashrc_helpers

Last synced: about 7 hours ago
JSON representation

Bash environment setup

Awesome Lists containing this project

README

        

bashrc
======

This is the central repo for quickly setup development environment, which contains the following
setup:

- `.bashrc`
- `$HOME/bin`

Usage
-----

- If you want to customize the shell only

Include `helpers.sh` in your `.bashrc`:

source /home/zeyuan/Documents/bashrc_helpers/helpers.sh

Edit `helpers.sh` to tweak settings.

- If you want to use utilty scripts only, copy the scripts under ``bin`` to your ``bin`` directory and do:

Linux:

export PATH=$PATH:/home/your_user_name/bin

OSX:

export PATH=$PATH:/Users/your_user_name/bin