Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timboudreau/gentoo
A gentoo portage overlay with etcd, statsd and some fonts
https://github.com/timboudreau/gentoo
gentoo linux packages
Last synced: about 2 months ago
JSON representation
A gentoo portage overlay with etcd, statsd and some fonts
- Host: GitHub
- URL: https://github.com/timboudreau/gentoo
- Owner: timboudreau
- Created: 2014-02-14T12:30:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T22:57:11.000Z (over 1 year ago)
- Last Synced: 2023-04-25T23:44:10.192Z (over 1 year ago)
- Topics: gentoo, linux, packages
- Language: Shell
- Size: 146 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
A Gentoo Portage Overlay
------------------------This is a package repository for [Gentoo Linux](http://gentoo.org) which
contains a few useful things.It is in the official list of gentoo "overlay" package repositories, so all you need to do is
```sh
layman -a timboudreau
```In more detail:
* You need to be running [Gentoo](http://gentoo.org) Linux or one of its derivatives such as [Funtoo](http://funtoo.org).
* If you don't have layman installed already, run `emerge layman` (and make sure your `make.conf` sources '/var/lib/layman/make.conf'
* Run `layman add timboudreau`
* Run `eix-sync` to add it to your local package database (or `emerge --update` if you don't use `eix`)Some of the software included here:
* [syncthing](http://syncthing.org) - like dropbox, but between *your* machines - be your own personal cloud
* [etcd](https://github.com/coreos/etcd) - a high-availability key/value thingy similar to
Zookeeper but hopefully less awful
* [flatbuffers](http://google.github.io/flatbuffers/md__building.html) - Google's copy-free data
serialization library for Java and C
* [statsd](https://github.com/etsy/statsd/) - Etsy's statsd, a thing for collecting statistics and
sending them to things that can graph them or do other useful things with them
* Various fonts, mostly monospaced coding ones
* specifically [monofur](http://www.dafont.com/monofur.font), which is my go-to
coding font, and
* Adobe's lovely [Source Code Pro](http://blogs.adobe.com/typblography/2012/09/source-code-pro.html) font