summaryrefslogtreecommitdiff
path: root/public/post/getting-unified-experience
diff options
context:
space:
mode:
Diffstat (limited to 'public/post/getting-unified-experience')
-rw-r--r--public/post/getting-unified-experience/index.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/public/post/getting-unified-experience/index.html b/public/post/getting-unified-experience/index.html
new file mode 100644
index 0000000..87217f7
--- /dev/null
+++ b/public/post/getting-unified-experience/index.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+
+<title>Getting unified experience | garhve&#x27;s gibberish</title>
+
+
+ <link rel="shortcut icon" type="image/png" href="&#x2F;images&#x2F;favicon.png">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+
+ <link id="stylesheet" rel="stylesheet" type="text/css" href="/dark.css">
+
+ <script type="text/javascript" src="/js/theme.js"></script>
+
+</head>
+
+<div class="header">
+ <div class="site_title">
+ <p><a href="/"><img src="https:&#x2F;&#x2F;blog.garhve.com&#x2F;images&#x2F;logo.ico" alt="garhve&#x27;s gibberish"
+ width="70" height=auto></a></p>
+ <p><a href="/">&nbsp;garhve&#x27;s gibberish</a></p>
+ </div>
+ <div class="menu">
+ <!-- <a href="/tags">tags</a>
+ &nbsp;--><a href="/categories">categories</a>
+ </div>
+</div>
+
+<body onload="getTheme()">
+ <section class="section">
+ <div class="container">
+
+<p>
+ <div class="title_postpage">Getting unified experience</div>
+</p>
+<p>
+ <div class="date_postpage">2022-12-07</div>
+ <div class="taxonomies_postpage">
+
+
+ <a href="https://blog.garhve.com/categories/period/">/period</a>
+
+
+
+
+ &emsp;<a href="https://blog.garhve.com/tags/gibberish/">#gibberish</a>
+
+
+ </div>
+</p>
+
+<p>
+ <p>Lately, I'm trying get my tools working seamlessly cross my 2 working machines as well as a server.</p>
+<p>Since I already heard dotfiles for a while, but didn't get chance to familiar with. So I start searching around trying to set a dotfile up.</p>
+<p>Frankly, it is not that simple as I thought, given that my grounds differ from each other: 1x macOS, 1x archLinux, 1x archLinux server.</p>
+<p>Here's a brief description: all configuration files I want to put in <code>.config</code>, all plugins and config related files I want to place in <code>.local</code>.
+The files I want to sync now are the configs and plugins of vim, zsh, tmux, gpg, and git. Those 5 softwares are my root.</p>
+<p>The problem is, due to different environment, my config for those machines have some custom setting, such as <code>XDG</code> env, my macOS doesn't need it.</p>
+
+</p>
+
+
+
+
+ </div>
+ </section>
+</body>
+
+<div class="footer">
+ &emsp;&copy; garhve
+</div>
+
+</html>