improvements
This commit is contained in:
parent
c7165ec051
commit
5cb7412575
12 changed files with 105 additions and 32 deletions
18
setup.html
18
setup.html
|
@ -3,8 +3,8 @@
|
|||
<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"/>
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link href="assets/images/favicon.png" rel="icon"/>
|
||||
<title>amolinae's website</title>
|
||||
<meta name=description content="">
|
||||
</head>
|
||||
|
@ -17,25 +17,23 @@
|
|||
<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>Window Manager: <a href="https://codeberg.org/river/river">river</a></li>
|
||||
<li>App Launcher: <a href="https://codeberg.org/sewn/mew">mew</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>Text Editor: <a href="https://neovim.io/">neovim</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>
|
||||
<li>Media Player/Image Viewer: <a href="https://mpv.io">mpv</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>
|
||||
<a style="margin:16px;" href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
||||
<a style="margin:16px;" href="https://git.amolinae.com/amolinae06/installer">[ Installer ]</a>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue