https://github.com/jusx/dotfiles
A small set of customization for the bash profile on OSX that I can't live without.
https://github.com/jusx/dotfiles
bash-profile dotfiles
Last synced: about 2 months ago
JSON representation
A small set of customization for the bash profile on OSX that I can't live without.
- Host: GitHub
- URL: https://github.com/jusx/dotfiles
- Owner: jusx
- License: mit
- Created: 2017-12-31T11:36:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T05:45:02.000Z (over 7 years ago)
- Last Synced: 2025-03-04T19:44:52.477Z (over 1 year ago)
- Topics: bash-profile, dotfiles
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
A small set of configuration for OSX that I can't live without.
## Installation
1. Clone this repo.
2. Run `setup.bash`
3. Add the line `source ~/.dots/profile.sh` to your `.bash_profile`
## Customization
It is sometimes not desirable to share certain ssh config information. The file `privates/ssh/config` can be used to add additional ssh config that is private. `setup.bash` will concat these config with the default config when run. Anything in `privates` are git ignored.
## dotfiles elsewhere
- https://github.com/grawity/dotfiles