-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting to make reference page with commands and config files for ne…
…w linux setup
- Loading branch information
1 parent
507104d
commit 4a07333
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |