iamnewton / dotconfig

UNIX-based application configuration for software development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotconfig(1)

A set of application configurations I tend to use when setting up a new computer.

It's becoming a fairly common practice for applications to store their configuration in the $HOME/.config directory; this is an automated process for setting up the directory and storing non-personal information.

N.B. This project has a Code of Conduct. By interacting with this repository, organization, and/or community you agree to abide by its terms.

Installation

⚠️ This will overwrite your existing .dotconfig directory.

$ /bin/bash -c "$(curl -#fL https://raw.githubusercontent.com/iamnewton/dotconfig/main/bin/dotconfig)"

Requirements

Ensure that you have the following dependencies installed on your system. If you're on MacOS then you already have these, but a Linux system may not come with all.

Features


Acknowledgements

Inspiration and code was taken from the following sources (in lexicographical order):

About

UNIX-based application configuration for software development

License:GNU General Public License v3.0


Languages

Language:Lua 66.4%Language:Shell 33.6%