Skip to content

Commit

Permalink
Updated from Notion
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 19, 2024
1 parent af9b638 commit 00e634a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions sites/computer.mads-hartmann.com/src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ title: ~ v3
This has been generated by a script. Any changes you make will be overwritten.
-->
<p>Hej 👋 welcome to computer.mads-hartmann.com. I use this little site to jot down notes about my computer. How it’s configured, what applications I use, and how I use them. It contains a little guide for bootstrapping new computers but mostly this is for documenting how I use my computer; documenting things helps me think.</p>
<h2 id="heading-macos">MacOS</h2>
<ul>
<li>I’ve configured screenshots to be stored in <code>~/Desktop/Screenshots</code></li>
</ul>
<h2 id="heading-gitpod">Gitpod</h2>
<p>I do 99% of my development using <a href="https://www.gitpod.io/">Gitpod</a>. I use the <a href="https://www.gitpod.io/docs/configure/user-settings/dotfiles">Dotfiles feeature</a> to load my Gitpod specific dotfiles from <a href="https://github.com/mads-hartmann/gitpod-dotfiles">mads-hartmann/gitpod-dotfiles</a>.</p>
<h2 id="heading-vscode">VSCode</h2>
Expand All @@ -17,10 +21,8 @@ title: ~ v3
<li><a href="https://marketplace.visualstudio.com/items?itemName=GitHub.copilot"><strong>GitHub Copilot</strong></a><br>I mostly used this for “advanced code-completion”. I rarely use it for prompting or anything else, really. Maybe in 2024 that will change.</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme"><strong>GitHub Theme</strong></a><br>The GitHub Light and GitHub Dark are my favourite themes at the moment</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme"><strong>Material Icon Theme</strong></a><br>This has been my go-to icon theme for quite a while.</li>
<li>Rainbow Indent
Can sometime be quite nice - haven’t fully decided if I love it or not. For now I’m using it</li>
<li>Center Editor Window
This is just to be able to map ^l to re-center the editor window around the current line. I used this all the time when I used Emacs so it’s nice to be able to use it again.</li>
<li>Rainbow Indent<br>Can sometime be quite nice - haven’t fully decided if I love it or not. For now I’m using it</li>
<li>Center Editor Window<br>This is just to be able to map ^l to re-center the editor window around the current line. I used this all the time when I used Emacs so it’s nice to be able to use it again.</li>
</ul>
<h3 id="heading-keybindings">Keybindings</h3>
<details>
Expand Down Expand Up @@ -381,6 +383,7 @@ This is just to be able to map ^l to re-center the editor window around the curr
<li><strong>Search Emoji &amp; Symbols</strong><br>I use this <strong>all the time</strong>. I have this mapped to ^⌘Space so that it overwrites the default Emoji picker in macOS</li>
<li><strong>Navigation</strong><br>I primarily use the “Search Menu Items” command. It’s the best. Allows you to use Raycast to search through the menu items of whatever application you have focused at the time. I have it bound to “⌘.”</li>
<li><strong>Window Management</strong><br>I use this a ton for very basic window management. “Center” is mapped to ⌘⌥C, “Left Half” to ⌘⌥←, “Right Half” to ⌘⌥←, and Maximize ⌘⌥↵.</li>
<li><strong>Screenshots</strong><br>Nice and quick way to be able to search your screenshots. By default it searches the location you’ve configured the Screenshot application to use.</li>
</ul>
<h3 id="heading-raycast-store-extensions">Raycast Store Extensions</h3>
<p>I use the following extensions from the <a href="https://www.raycast.com/store">Raycast Store</a>:</p>
Expand All @@ -390,8 +393,7 @@ This is just to be able to map ^l to re-center the editor window around the curr
<li><a href="https://www.raycast.com/thomas/color-picker"><strong>Color Picker</strong></a><br>Quickest and simplest way to grab the hex code of a pixel on your screen.</li>
<li><a href="https://www.raycast.com/mattisssa/spotify-player"><strong>Spotify Player</strong></a><br>Much nicer than the Spotify App. I have enabled “Close window on action”.</li>
<li><a href="https://www.raycast.com/rishabswift/word-search"><strong>Word Search</strong></a><br>I primarily use this for the “Spell a Word” command which allows me to attempt to spell a word and then pick the correct spelling. It’s convient when I know I want to write a word that I can never spell correctly in the first attempt.</li>
<li><a href="https://www.raycast.com/garrett/ray-so">ray.so</a>
Really easy way to create beautiful screenshots of code snippets.</li>
<li><a href="https://www.raycast.com/garrett/ray-so">ray.so</a><br>Really easy way to create beautiful screenshots of code snippets.</li>
</ul>
<h2 id="heading-experimental-arc">[Experimental] Arc</h2>
<p>6th of February 2024: I’m trying out using Arc as my default browser for a bit. Some quick notes</p>
Expand Down

0 comments on commit 00e634a

Please sign in to comment.