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/)
- Host: GitHub
- URL: https://github.com/tyru/config
- Owner: tyru
- Created: 2009-04-24T07:28:00.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:05:41.000Z (almost 2 years ago)
- Last Synced: 2026-01-14T23:13:53.605Z (6 months ago)
- Language: Vim Script
- Homepage:
- Size: 10.5 MB
- Stars: 38
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 ~/
```