47 lines
2.2 KiB
HTML
47 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="index.css">
|
|
<link href="favicon.png" rel="icon"/>
|
|
<title>amolinae's website</title>
|
|
<meta name=description content="">
|
|
</head>
|
|
<body>
|
|
<div class="crt"></div>
|
|
<link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
|
<h1>Setup</h1>
|
|
<div class="card">
|
|
<div class="list">
|
|
<ul style="text-align:left;margin:16px 0 16px 0;">
|
|
<li>Laptop: <a href="https://www.thinkwiki.org/wiki/Category:T480">Thinkpad T480</a></li>
|
|
<li>Operating System: <a href="https://alpinelinux.org">Alpine Linux</a></li>
|
|
<li>Window Manager: <a href="https://codeberg.org/dwl/dwl">dwl</a> (<a href="https://git.amolinae.com/amolinae06/dwl">obviously my fork</a>)</li>
|
|
<li>App Launcher: <a href="https://codeberg.org/dnkl/fuzzel">fuzzel</a></li>
|
|
<li>C Compiler: <a href="https://www.bellard.org/tcc/">tcc</a></li>
|
|
<li>Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li>
|
|
<li>Shell: <a href="https://www.zsh.org">zsh</a></li>
|
|
<li>Browser: <a href="https://librewolf.net">librewolf</a></li>
|
|
<li>File Manager: <a href="https://github.com/gokcehan/lf">lf</a></li>
|
|
<li>Text Editor: <a href="https://neovim.io/">neovim</a> (<a href="https://git.amolinae.com/amolinae06/nvim">my config</a>)</li>
|
|
<li>Music Player: <a href="https://github.com/aome510/spotify-player">spotify-player</a></li>
|
|
<li>PDF Viewer: <a href="https://pwmt.org/projects/zathura">zathura</a></li>
|
|
<li>Image Viewer: <a href="https://sr.ht/~exec64/imv">imv</a></li>
|
|
<li>Media Player: <a href="https://mpv.io">mpv</a></li>
|
|
<li>Resource Monitor: <a href="https://github.com/aristocratos/btop">btop</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="links">
|
|
<ul>
|
|
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
|
<a href="https://git.amolinae.com/amolinae06/installer">[ Installer ]</a>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 8px;">
|
|
<a href="index.html">[ Back ]</a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|