# overlay ## Funtoo overlay repository ### Contents * Fresh ebuilds waiting for addition to the official portage tree. * Packages that don't fit to the official portage tree. ### Manual installation: ``` git clone https://office.gnuardo.com/code/gerardo/overlay gnuardo-kit echo 'PORTDIR_OVERLAY="$PWD/gnuardo-kit"' >> /etc/portage/make.conf cat > /etc/portage/repos.conf/gnuardo-kit << EOF [gnuardo-kit] location = $PWD/gnuardo-kit auto-sync = yes priority = 10 EOF ```