An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![build](https://github.com/lkwg82/rc.files/actions/workflows/build.yml/badge.svg)](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
```