Updating README.md
This commit is contained in:
parent
1425900bb0
commit
625d0cbac9
11
README.md
11
README.md
@ -1,12 +1,11 @@
|
||||
# Homemaker #
|
||||
|
||||
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
|
||||
used for general purpose system bootstrapping, including installing packages, cloning repositories, etc. This tool is
|
||||
written in Go, requires no installation, has no dependencies and makes use of simple configuration file structure
|
||||
inspired by [make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate
|
||||
[symlinks](https://en.wikipedia.org/wiki/Symbolic_link) and execute system commands to aid in configuring a new system
|
||||
for use.
|
||||
user's home directory, commonly known as dot-files. It can also be readily used for general purpose system
|
||||
bootstrapping, including installing packages, cloning repositories, etc. This tool is written in Go, requires no
|
||||
installation, has no dependencies and makes use of simple configuration file structure inspired by
|
||||
[make](https://en.wikipedia.org/wiki/Make_%28software%29) to generate symlinks and execute system commands to aid in
|
||||
configuring a new system for use.
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user