An open API service indexing awesome lists of open source software.

https://github.com/tyru/config

config files (home/) and essential tools to self-build (src/)
https://github.com/tyru/config

Last synced: 5 months ago
JSON representation

config files (home/) and essential tools to self-build (src/)

Awesome Lists containing this project

README

          

The repository which contains:

* Personal config (home/)
* My essential tools to self-build (src/)
* The `config` script to manipulate above

```
Usage: config COMMAND ARGS

COMMAND

init
same as make-symlinks, upgrade-all

upgrade-all
upgrade all packages *except skip=true package* under src directory

upgrade
same as running update, build, package to

update
update repository (e.g. git pull)

build
build (e.g. ./configure && make)

package
package (e.g. make install)

make-symlinks
make symlinks from home/ to ~/

rm-symlinks
remove symlinks from ~/
```