Skip to content

Commit

Permalink
Starting to make reference page with commands and config files for ne…
Browse files Browse the repository at this point in the history
…w linux setup
  • Loading branch information
JeremyLeland committed Jan 22, 2024
1 parent 507104d commit 4a07333
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added conf/Monaco.ttf
Binary file not shown.
25 changes: 25 additions & 0 deletions linux.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html>
<head>
<title>New Linux Machine Setup</title>
</head>
<body>
<ul>
<li>Steam
<ul>
<li><a href="https://www.dedoimedo.com/computers/steam-linux-4k-scaling.html">Fix DPI</a> with -forcedesktopscaling=1.25</li>
</ul>
</li>
<li>VS Code
<ul>
<li><a href="https://code.visualstudio.com/docs/setup/linux">Linux Setup</a></li>
<li>Monaco font (<a href="https://github.com/probil/Monaco-IDE-font">GitHub</a>)
<ol>
<li>Put <a href="./conf/Monaco.ttf">Monaco.ttf</a> into your ~/.fonts</li>
<li>Update font cache by running: fc-cache -f -v</li>
</ol>
</li>
</ul>
</li>
</ul>
</body>
</html>

0 comments on commit 4a07333

Please sign in to comment.