Update 8 files
- /home/.chezmoitemplates/universal/profile-inline - /home/.chezmoitemplates/universal/logg-inline - /home/.chezmoitemplates/universal/logg-compat - /home/.chezmoitemplates/universal/logg-before - /home/.chezmoitemplates/universal/logg - /home/.chezmoitemplates/universal/profile - /home/.chezmoitemplates/universal/profile-before - /home/.chezmoiscripts/_universal/run_before_01-add-temporary-includes.tmpl
This commit is contained in:
parent
6c7abd656b
commit
36412a64ca
8 changed files with 13 additions and 11 deletions
|
@ -4,8 +4,7 @@
|
||||||
### Ensure /tmp/tmp-profile is created and owned by root
|
### Ensure /tmp/tmp-profile is created and owned by root
|
||||||
if [ ! -f /tmp/tmp-profile ]; then
|
if [ ! -f /tmp/tmp-profile ]; then
|
||||||
# Add pre-scaffolding profile to /tmp/tmp-profile so it's easier to navigate through scripts
|
# Add pre-scaffolding profile to /tmp/tmp-profile so it's easier to navigate through scripts
|
||||||
cat << EOF > /tmp/tmp-profile
|
cat << EOF > /tmp/tmp-profile
|
||||||
#!/usr/bin/env bash
|
|
||||||
{{ includeTemplate "universal/profile-inline" }}
|
{{ includeTemplate "universal/profile-inline" }}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -16,8 +15,7 @@ fi
|
||||||
### Ensure /tmp/tmp-logg is created and owned by root
|
### Ensure /tmp/tmp-logg is created and owned by root
|
||||||
if [ ! -f /tmp/tmp-logg ]; then
|
if [ ! -f /tmp/tmp-logg ]; then
|
||||||
# Add pre-scaffolding /tmp/tmp-logg
|
# Add pre-scaffolding /tmp/tmp-logg
|
||||||
cat << EOF > /tmp/tmp-logg
|
cat << EOF > /tmp/tmp-logg
|
||||||
#!/usr/bin/env bash
|
|
||||||
{{ includeTemplate "universal/logg-inline" }}
|
{{ includeTemplate "universal/logg-inline" }}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# @description Installs glow (a markdown renderer) from GitHub releases
|
# @description Installs glow (a markdown renderer) from GitHub releases
|
||||||
# @example installGlow
|
# @example installGlow
|
||||||
installGlow() {
|
installGlow() {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
### Source .bashrc if it is present
|
### Source .bashrc if it is present
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
if [ -f "$HOME/.bashrc" ]; then
|
||||||
. "$HOME/.bashrc"
|
. "$HOME/.bashrc"
|
||||||
|
|
Loading…
Reference in a new issue