rgeorgiev583 / dotfiles

Some user configuration files I've tweaked to my own use and benefit which I thought could also be useful to others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Some configuration files I've tweaked to my own use and benefit which I thought could also be useful to others.

The files are located in homedir, the contents of which are supposed to be copied into the user's home directory.

Prerequisites

Use the install-packages.sh script to install them.

Installation

Use the install-dotfiles.sh script in the repo, providing macro definitions (if needed) on stdin. Each definition goes on a separate line with the following syntax:

$ ./install-dotfiles.sh
${FILE_PATH1} ${MACRO_NAME1}=${MACRO_VALUE1}
${FILE_PATH2} ${MACRO_NAME2}=${MACRO_VALUE2}
...

This script uses m4 to substitute each ${MACRO_NAME} inside the specified ${FILE_PATH} with the specified ${MACRO_VALUE}.

The currently used macro definitions are listed in the macro-defs file, along with example values for them.

About

Some user configuration files I've tweaked to my own use and benefit which I thought could also be useful to others.

License:MIT License


Languages

Language:Shell 98.6%Language:GDB 1.4%