https://github.com/stav/dotbash
Bash dot files used for interactive user on Ubuntu
https://github.com/stav/dotbash
Last synced: 8 months ago
JSON representation
Bash dot files used for interactive user on Ubuntu
- Host: GitHub
- URL: https://github.com/stav/dotbash
- Owner: stav
- License: mit
- Created: 2016-03-16T17:28:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T01:15:35.000Z (8 months ago)
- Last Synced: 2025-10-06T03:16:51.414Z (8 months ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Bash scripts used for interactive user
## Install
$ git clone git@github.com:stav/dotbash.git ~/.bash
$ mv ~/.bashrc ~/.bashrc.bak
$ cp ~/.bash/.bashrc ~
# Also copy .bash-it.bash to your home directory to use Bash-It
$ cp ~/.bash/.bash-it.bash ~
## Scripts
* `~/.bashrc` - Source `~/.bash/src/profile.bash`
* `~/.bash/src/profile.bash` - Source the rest of the files
* `~/.bash_projects` - User-defined, see `~/.bash/.bash_projects`
* `~/.bash_private` - User-defined, settings you don’t want to commit
* `~/.bash-it.bash` - https://github.com/Bash-it/bash-it
## Startup Files
http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files
### Login
1. `/etc/profile`
2. `~/.bash_profile`
3. `~/.bash_login`
4. `~/.profile`
### Shell
1. `/etc/bash.bashrc`
2. `~/.bashrc`