Updating README.md
This commit is contained in:
parent
1425900bb0
commit
625d0cbac9
11
README.md
11
README.md
@ -1,12 +1,11 @@
|
|||||||
# Homemaker #
|
# Homemaker #
|
||||||
|
|
||||||
Homemaker is a lightweight tool for straightforward and efficient management of \*nix configuration files found in the
|
Homemaker is a lightweight tool for straightforward and efficient management of \*nix configuration files found in the
|
||||||
user's home directory, commonly known as [dot-files](https://en.wikipedia.org/wiki/Dot-file). It can also be readily
|
user's home directory, commonly known as dot-files. It can also be readily used for general purpose system
|
||||||
used for general purpose system bootstrapping, including installing packages, cloning repositories, etc. This tool is
|
bootstrapping, including installing packages, cloning repositories, etc. This tool is written in Go, requires no
|
||||||
written in Go, requires no installation, has no dependencies and makes use of simple configuration file structure
|
installation, has no dependencies and makes use of simple configuration file structure inspired by
|
||||||
inspired by [make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate
|
[make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate symlinks and execute system commands to aid in
|
||||||
[symlinks](https://en.wikipedia.org/wiki/Symbolic_link) and execute system commands to aid in configuring a new system
|
configuring a new system for use.
|
||||||
for use.
|
|
||||||
|
|
||||||
Naturally, I use Homemaker to manage my own dot-files, which you can view on the respective [project
|
Naturally, I use Homemaker to manage my own dot-files, which you can view on the respective [project
|
||||||
page](https://github.com/FooSoft/dotfiles). Once there, you may want to take a look at the
|
page](https://github.com/FooSoft/dotfiles). Once there, you may want to take a look at the
|
||||||
|
Loading…
Reference in New Issue
Block a user