Introducing tori: Standardize function names
This commit is contained in:
parent
889dbd2625
commit
9e6c674300
2 changed files with 6 additions and 6 deletions
6
posts/introducing-tori.html
generated
6
posts/introducing-tori.html
generated
|
|
@ -141,9 +141,9 @@ file that I use to manage all function calls:</p>
|
|||
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a> <span class="ex">place</span> kernel-cmd-line.conf /etc/dracut.conf.d</span>
|
||||
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> <span class="ex">check_link</span> /etc/localtime /usr/share/zoneinfo/America/Sao_Paulo</span>
|
||||
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a></span>
|
||||
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a> <span class="ex">nix_get</span> tailspin tspin</span>
|
||||
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> <span class="ex">cargo_get</span> taplo-cli taplo <span class="at">--locked</span></span>
|
||||
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> <span class="ex">bun_get</span> bash-language-server</span>
|
||||
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a> <span class="ex">get_nix</span> tailspin tspin</span>
|
||||
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> <span class="ex">get_cargo</span> taplo-cli taplo <span class="at">--locked</span></span>
|
||||
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> <span class="ex">get_bun</span> bash-language-server</span>
|
||||
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a> <span class="ex">get_bin</span> <span class="st">'https://raw.githubusercontent.com/hackerb9/lsix/master/lsix'</span> lsix</span>
|
||||
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a></span>
|
||||
<span id="cb1-16"><a href="#cb1-16" aria-hidden="true" tabindex="-1"></a> <span class="ex">check_gsettings</span> gtk-theme <span class="st">'Plata-Noir'</span></span>
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ To get a better idea, see the code snippet below. It's from the main file that I
|
|||
place kernel-cmd-line.conf /etc/dracut.conf.d
|
||||
check_link /etc/localtime /usr/share/zoneinfo/America/Sao_Paulo
|
||||
|
||||
nix_get tailspin tspin
|
||||
cargo_get taplo-cli taplo --locked
|
||||
bun_get bash-language-server
|
||||
get_nix tailspin tspin
|
||||
get_cargo taplo-cli taplo --locked
|
||||
get_bun bash-language-server
|
||||
get_bin 'https://raw.githubusercontent.com/hackerb9/lsix/master/lsix' lsix
|
||||
|
||||
check_gsettings gtk-theme 'Plata-Noir'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue