https://github.com/xxks-kkk/bashrc_helpers
Bash environment setup
https://github.com/xxks-kkk/bashrc_helpers
Last synced: 6 days ago
JSON representation
Bash environment setup
- Host: GitHub
- URL: https://github.com/xxks-kkk/bashrc_helpers
- Owner: xxks-kkk
- License: mit
- Created: 2019-01-09T19:24:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T21:57:59.000Z (about 2 months ago)
- Last Synced: 2025-05-27T22:35:55.541Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 351 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history/history_settings.sh
- License: license.txt
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