Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 406 Bytes

File metadata and controls

18 lines (16 loc) · 406 Bytes

Scripts

Some helpful scripts to ease life. To get things set up (assuming that you cloned this in ~/scripts):

Git

Edit your ~.gitconfig to look like:

[user]
        email = <your_email>
        name = <your_name>
[include]
        path = ~/scripts/gitconfig

Bash

To use the provided inputrc as the local one create a symlink to it:

$ ln -s scripts/bash/inputrc ~/.inputrc