New installation instruction for Gentoo/Funtoo

This commit is contained in:
Muhammad Herdiansyah 2016-06-13 19:40:42 +07:00
parent 296c0d7e61
commit fb836d5e91
1 changed files with 7 additions and 7 deletions

View File

@ -173,15 +173,15 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
### Gentoo / Funtoo ### Gentoo / Funtoo
1. Add the 3rd party repo 1. Add the 3rd party repo
- `layman -o https://gist.githubusercontent.com/z1lt0id/24d45b15800b98975260/raw/2fdf6645cdc3c1ca0b0af83a7bf8f86598e386ae/fs0ciety.xml -f -a fs0ciety` - `# wget https://git.io/vocNV -O /etc/portage/repos.conf/konimex.conf`
2. Sync the repos 2. Sync the repo
- `layman -S` - `# emerge --sync konimex`
3. To enable w3m and scrot support, enable the appropriate flags. 3. To enable additional features such as w3m and music support, enable the appropriate USE flags. For example:
- `echo "x11-apps/neofetch" >> /etc/portage/package.use` - `# echo "app-misc/neofetch X -moc" >> /etc/portage/package.use`
4. Install the package 4. Install the package
- `emerge -a x11-apps/neofetch` - `# emerge -a app-misc/neofetch`
There is also a git version available: `emerge --autounmask-write =x11-apps/neofetch-9999` To install the git version, just add `app-misc/neofetch ~<your architecture>` to `package.accept_keywords`
### CRUX ### CRUX