jhansen2015 / dotbashrc.d-publish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotbashrc-publish

A number of convenient .bashrc.d files.

Install:

$ cd ~
$ git clone https://github.com/jhansen2015/dotbashrc.d-publish.git .bashrc.d-publish
...

$ chmod +x .bashrc.d-publish/{_source_all.sh,*.bashrc}

#
# Read the .bashrc.d-publish files by adding this code to the end of `.bashrc`.
#
$ cat >> ~/.bashrc
if [[ -x ~/.bashrc.d-publish/_source_all.sh ]]
then
        . ~/.bashrc.d-publish/_source_all.sh
fi
^D

# Use the inputrc
$ ln -s .bashrc.d-publish/inputrc .inputrc

About

License:Apache License 2.0


Languages

Language:Shell 100.0%