Compare commits

..

9 Commits

Author SHA1 Message Date
khaneliman
b4dafb6057 deploy: 312c4fe0bb 2026-01-10 16:30:06 +00:00
khaneliman
cba4d45309 deploy: 0e4217b2c4 2026-01-09 15:18:11 +00:00
khaneliman
6cd2e1931f deploy: b52d47d670 2026-01-09 14:16:44 +00:00
khaneliman
d9aebb25ca deploy: cd6e96d56e 2026-01-08 21:53:51 +00:00
khaneliman
fe10247d9c deploy: b1b1c68033 2026-01-08 21:33:30 +00:00
khaneliman
30e2e9f66e deploy: 47db0fde35 2026-01-08 18:11:48 +00:00
khaneliman
56bf5fe213 deploy: 3351348827 2026-01-08 17:32:04 +00:00
rycee
446998414e deploy: d1da1de5c2 2026-01-08 13:30:48 +00:00
teto
3259edaa22 deploy: af7f14ddf7 2026-01-08 09:26:23 +00:00
2 changed files with 861 additions and 209 deletions

View File

@@ -1282,7 +1282,10 @@ way. In Bash and Z shell this can be done by adding</p><pre><code class="program
</code></pre><p>to your <code class="literal">.profile</code> and <code class="literal">.zshrc</code> files, respectively. The
<code class="literal">hm-session-vars.sh</code> file should work in most Bourne-like shells. For
fish shell, it is possible to source it using <a class="link" href="https://github.com/oh-my-fish/plugin-foreign-env" target="_top">the foreign-env
plugin</a></p><pre><code class="programlisting bash">fenv source &quot;$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh&quot; &gt; /dev/null
plugin</a> or using the builtin
<a class="link" href="https://github.com/bouk/babelfish" target="_top">babelfish</a>-translated variables:</p><pre><code class="programlisting bash">fenv source &quot;$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh&quot; &gt; /dev/null
# or
source &quot;$HOME/.nix-profile/etc/profile.d/hm-session-vars.fish&quot;
</code></pre>
</div><div class="section"> <div class="titlepage"> <div> <div> <h2 id="_how_to_set_up_a_configuration_for_multiple_users_machines" class="title" style="clear: both">How to set up a configuration for multiple users/machines? </h2> </div> </div></div><p>A typical way to prepare a repository of configurations for multiple
logins and machines is to prepare one &quot;top-level&quot; file for each unique

File diff suppressed because it is too large Load Diff