diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-31 18:31:18 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-31 18:31:18 +0000 |
| commit | dbeb38148a9170972be1518b09bb3a3219ab7c9a (patch) | |
| tree | c44ec45c2aa68fcd873597cbabe2d55a775b2f8f /dacctal/sources/how_i_use_gentoo/index.html | |
| parent | 01030c4d11ee3612adef9fd7b8f30da29c44269c (diff) | |
sources
Diffstat (limited to 'dacctal/sources/how_i_use_gentoo/index.html')
| -rw-r--r-- | dacctal/sources/how_i_use_gentoo/index.html | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/dacctal/sources/how_i_use_gentoo/index.html b/dacctal/sources/how_i_use_gentoo/index.html new file mode 100644 index 0000000..c856c17 --- /dev/null +++ b/dacctal/sources/how_i_use_gentoo/index.html @@ -0,0 +1,131 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>dacctal</title> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/x-icon" href="images/erm.png"> + </head> + <body> + <h1><center>How I use Gentoo</center></h1> + <br> + + <h2>original video: + <a href="https://youtube.com/https://youtu.be/iIDhmYN0RLY"> + YouTube + </a> + </h2> + <br> + + <h3>daccfiles: + <a href="https://git.symlinx.net/daccfiles"> + git.symlinx.net/daccfiles + </a> + </h3> + + <h3>st: + <a href="https://st.suckless.org/"> + st.suckless.org + </a> + </h3> + + <h3>tmux: + <a href="https://github.com/tmux/tmux"> + github.com/tmux/tmux + </a> + </h3> + + <h3>bfetch: + <a href="https://github.com/Mjoyufull/bfetch"> + github.com/Mjoyufull/bfetch + </a> + </h3> + + <h3>vis: + <a href="https://git.sr.ht/~martanne/vis"> + git.sr.ht/~martanne/vis + </a> + </h3> + + <h3>pkgit: + <a href="https://git.symlinx.net/pkgit/"> + git.symlinx.net/pkgit + </a> + </h3> + + <h3>oxwm: + <a href="https://github.com/tonybanters/oxwm"> + github.com/tonybanters/oxwm + </a> + </h3> + + <h3>fsel: + <a href="https://github.com/Mjoyufull/fsel"> + github.com/Mjoyufull/fsel + </a> + </h3> + + <h3>librewolf: + <a href="https://librewolf.net/"> + librewolf.net + </a> + </h3> + + <h3>sidebery: + <a href="https://github.com/mbnuqw/sidebery"> + github.com/mbnuqw/sidebery + </a> + </h3> + + <h3>dark reader: + <a href="https://github.com/darkreader/darkreader"> + github.com/darkreader/darkreader + </a> + </h3> + + <h3>stylus: + <a href="https://github.com/openstyles/stylus"> + github.com/openstyles/stylus + </a> + </h3> + + <h3>ublock origin: + <a href="https://github.com/gorhill/uBlock"> + github.com/gorhill/uBlock + </a> + </h3> + + <h3>firefox color: + <a href="https://github.com/mozilla/FirefoxColor/"> + github.com/mozilla/FirefoxColor + </a> + </h3> + + <h3>sponsorblock: + <a href="https://github.com/ajayyy/SponsorBlock"> + github.com/ajayyy/SponsorBlock + </a> + </h3> + + <h3>inkscape: + <a href="https://gitlab.com/inkscape/inkscape"> + gitlab.com/inkscape/inkscape + </a> + </h3> + + <h3>famistudio: + <a href="https://github.com/BleuBleu/FamiStudio"> + github.com/BleuBleu/FamiStudio + </a> + </h3> + + <h3>kdenlive: + <a href="https://github.com/KDE/kdenlive"> + github.com/KDE/kdenlive + </a> + </h3> + + </body> +</html> + |
