This commit is contained in:
davegallant
2021-09-16 19:44:40 +00:00
parent a6eced1381
commit 8764fb1567
28 changed files with 38 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
<title>AppGate SDP on Arch Linux • davegallant</title>
<link rel=canonical href=/blog/2020/03/16/appgate-sdp-on-arch-linux/>
<link rel=icon href=/favicon.ico>
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><style>:root{--color-accent:#8979b3}</style>
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><link rel=stylesheet href=/css/custom.css><style>:root{--color-accent:#8979b3}</style>
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-98710982-2','auto'),ga('send','pageview'))</script>
<script async src=https://www.google-analytics.com/analytics.js></script>
</head>

View File

@@ -12,7 +12,7 @@
<title>What To Do With A Homelab • davegallant</title>
<link rel=canonical href=/blog/2021/09/06/what-to-do-with-a-homelab/>
<link rel=icon href=/favicon.ico>
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><style>:root{--color-accent:#8979b3}</style>
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><link rel=stylesheet href=/css/custom.css><style>:root{--color-accent:#8979b3}</style>
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-98710982-2','auto'),ga('send','pageview'))</script>
<script async src=https://www.google-analytics.com/analytics.js></script>
</head>

View File

@@ -12,7 +12,7 @@
<title>Why I Threw Out My Dotfiles • davegallant</title>
<link rel=canonical href=/blog/2021/09/08/why-i-threw-out-my-dotfiles/>
<link rel=icon href=/favicon.ico>
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><style>:root{--color-accent:#8979b3}</style>
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><link rel=stylesheet href=/css/custom.css><style>:root{--color-accent:#8979b3}</style>
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-98710982-2','auto'),ga('send','pageview'))</script>
<script async src=https://www.google-analytics.com/analytics.js></script>
</head>
@@ -184,14 +184,14 @@ nix-shell <span style=color:#e6db74>&#39;&lt;home-manager&gt;&#39;</span> -A ins
git <span style=color:#f92672>=</span> {
enable <span style=color:#f92672>=</span> <span style=color:#66d9ef>true</span>;
aliases <span style=color:#f92672>=</span> {
<span style=color:#e6db74>&#34;aa&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;add -A .&#34;</span>;
<span style=color:#e6db74>&#34;br&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;branch&#34;</span>;
<span style=color:#e6db74>&#34;c&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;commit -S&#34;</span>;
<span style=color:#e6db74>&#34;ca&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;commit -S --amend&#34;</span>;
<span style=color:#e6db74>&#34;cb&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;checkout -b&#34;</span>;
<span style=color:#e6db74>&#34;co&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;checkout&#34;</span>;
<span style=color:#e6db74>&#34;d&#34;</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;diff&#34;</span>;
<span style=color:#e6db74>&#34;l&#34;</span> <span style=color:#f92672>=</span>
aa <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;add -A .&#34;</span>;
br <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;branch&#34;</span>;
c <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;commit -S&#34;</span>;
ca <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;commit -S --amend&#34;</span>;
cb <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;checkout -b&#34;</span>;
co <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;checkout&#34;</span>;
d <span style=color:#f92672>=</span> <span style=color:#e6db74>&#34;diff&#34;</span>;
l <span style=color:#f92672>=</span>
<span style=color:#e6db74>&#34;log --graph --pretty=format:&#39;%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)&lt;%an&gt;%Creset&#39; --abbrev-commit&#34;</span>;
};