Add script skip for NixOS
This commit is contained in:
Executable → Regular
+4
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
{{ if -eq .chezmoi.osRelease.id "nixos" }}
|
||||
exit 0
|
||||
{{ end }}
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
ZSH_PATH="$(which zsh)"
|
||||
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
{{ if -eq .chezmoi.osRelease.id "nixos" }}
|
||||
exit 0
|
||||
{{ end }}
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SRC_DIR="${HOME}/apps/neovim"
|
||||
|
||||
+4
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
{{ if -eq .chezmoi.osRelease.id "nixos" }}
|
||||
exit 0
|
||||
{{ end }}
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
KEY_DIR="$HOME/.config/chezmoi"
|
||||
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
{{ if -eq .chezmoi.osRelease.id "nixos" }}
|
||||
exit 0
|
||||
{{ end }}
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
echo "Installing and updating packages..."
|
||||
|
||||
Reference in New Issue
Block a user