https://github.com/lkwg82/rc.files
local bash rc files
https://github.com/lkwg82/rc.files
bash dotfiles home rc-files
Last synced: about 1 year ago
JSON representation
local bash rc files
- Host: GitHub
- URL: https://github.com/lkwg82/rc.files
- Owner: lkwg82
- License: gpl-3.0
- Created: 2017-10-12T09:20:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T06:56:13.000Z (over 1 year ago)
- Last Synced: 2025-05-07T14:06:01.131Z (about 1 year ago)
- Topics: bash, dotfiles, home, rc-files
- Language: Shell
- Homepage:
- Size: 111 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/lkwg82/rc.files/actions/workflows/build.yml)
# rc.files
local bash rc files
```bash
git config --global alias.ci commit
$ git config --global alias.st status
# includes into existing .bashrc
echo "# git versioned rc files" >> ~/.bashrc
echo "source ~/.bashrc.d/__init__.sh" >> ~/.bashrc
ln -s ~/.bashrc ~/.bash_profile
```