Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xxks-kkk/bashrc_helpers
- Owner: xxks-kkk
- License: mit
- Created: 2019-01-09T19:24:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T03:29:08.000Z (3 months ago)
- Last Synced: 2024-08-21T04:38:32.035Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 343 KB
- Stars: 2
- Watchers: 3
- 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