<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Beacon Demo</title><link>http://beacon-demo.starry-s.moe/tags/tools/</link><description>Recent content in Tools on Beacon Demo</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 28 Jun 2026 08:30:00 +0800</lastBuildDate><atom:link href="http://beacon-demo.starry-s.moe/tags/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>My Terminal Setup for 2026</title><link>http://beacon-demo.starry-s.moe/posts/my-terminal-setup/</link><pubDate>Sun, 28 Jun 2026 08:30:00 +0800</pubDate><guid>http://beacon-demo.starry-s.moe/posts/my-terminal-setup/</guid><description>&lt;p&gt;I keep my terminal setup deliberately small. Every tool here has survived years
of use because it does one thing well.&lt;/p&gt;
&lt;h2 id="the-essentials"&gt;The essentials&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;A fast shell&lt;/strong&gt; with sensible history and completion&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A fuzzy finder&lt;/strong&gt; for files, history, and processes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;ripgrep&lt;/code&gt;&lt;/strong&gt; for searching code at absurd speed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;fd&lt;/code&gt;&lt;/strong&gt; as a friendlier &lt;code&gt;find&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="a-tiny-bit-of-glue"&gt;A tiny bit of glue&lt;/h2&gt;
&lt;p&gt;A handful of aliases removes most of the daily friction:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;alias&lt;/span&gt; &lt;span class="nv"&gt;gs&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;git status --short&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;alias&lt;/span&gt; &lt;span class="nv"&gt;gl&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;git log --oneline -20&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;alias&lt;/span&gt; &lt;span class="nv"&gt;serve&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;hugo server --disableFastRender&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="why-keep-it-minimal"&gt;Why keep it minimal?&lt;/h2&gt;
&lt;p&gt;New machines are painless to set up, and there is less to break. When something
does go wrong, I can reason about the whole toolchain in my head.&lt;/p&gt;</description></item></channel></rss>