2020-04-23 08:35:54 +02:00
|
|
|
# Tom's configurations
|
|
|
|
|
|
|
|
These are my configuration files.
|
|
|
|
|
|
|
|
## install (project)
|
|
|
|
|
|
|
|
> Use GNU Stow to install a configuration.
|
|
|
|
|
|
|
|
~~~bash
|
2020-04-25 05:49:40 +02:00
|
|
|
make ${project}-install
|
2020-04-23 08:35:54 +02:00
|
|
|
~~~
|
|
|
|
|
|
|
|
## uninstall (project)
|
|
|
|
|
|
|
|
> Use GNU Stow to uninstall a configuration.
|
|
|
|
|
|
|
|
~~~bash
|
2020-04-25 05:49:40 +02:00
|
|
|
make ${project}-uninstall
|
2020-04-23 08:35:54 +02:00
|
|
|
~~~
|