Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phette23/bashrc
Bash shell customizations, such as handy aliases & functions.
https://github.com/phette23/bashrc
Last synced: 27 days ago
JSON representation
Bash shell customizations, such as handy aliases & functions.
- Host: GitHub
- URL: https://github.com/phette23/bashrc
- Owner: phette23
- Created: 2014-05-22T18:18:06.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T20:43:24.000Z (about 1 year ago)
- Last Synced: 2024-04-14T23:15:23.654Z (7 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bash Configuration
Bash shell customizations, such as handy aliases & functions.
This project breaks off of [my previous dotfiles](https://github.com/phette23/my-dotfiles/) repo which in turn owes great debts to Mathias Bynens' excellent [dotfiles repo](https://github.com/mathiasbynens/dotfiles). The configuration files from that repo are in [a separate project](https://github.com/phette23/dotconfig) now.
The included "copy.sh" script copies all the necessary files into place. It will overwrite your existing .bashrc and .bash_profile so back those up first if you want to keep them.
## Structure
Everything is sourced through .bash_profile; .bashrc just sources .bash_profile. The files inside "inc" have self-explanatory names, like "path" and "aliases".