Added Gentoo/Funtoo ebuild
This commit is contained in:
parent
f7f2189b06
commit
1c228402c4
12
README.md
12
README.md
|
@ -107,6 +107,18 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info
|
||||||
1. Install **[fetch-git](https://aur.archlinux.org/packages/fetch-git/)** from the aur.
|
1. Install **[fetch-git](https://aur.archlinux.org/packages/fetch-git/)** from the aur.
|
||||||
|
|
||||||
|
|
||||||
|
### Gentoo / Funtoo
|
||||||
|
|
||||||
|
1. Add the 3rd party repo
|
||||||
|
- `layman -o https://gist.githubusercontent.com/z1lt0id/24d45b15800b98975260/raw/2fdf6645cdc3c1ca0b0af83a7bf8f86598e386ae/fs0ciety.xml -f -a fs0ciety`
|
||||||
|
2. Sync the repos
|
||||||
|
- `layman -S`
|
||||||
|
3. To enable w3m and scrot support, enable the appropriate flags.
|
||||||
|
- `echo "x11-apps/fetch" >> /etc/portage/package.use`
|
||||||
|
4. Install the package
|
||||||
|
- `emerge -a x11-apps/fetch`
|
||||||
|
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
|
|
||||||
1. Download the latest source at https://github.com/dylanaraps/fetch
|
1. Download the latest source at https://github.com/dylanaraps/fetch
|
||||||
|
|
Reference in New Issue