mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 10:07:05 -06:00
.bashrc as template, set default chezmoi editor via $EDITOR env
This commit is contained in:
@@ -24,9 +24,6 @@
|
|||||||
{{- $cpuThreads = (output "powershell.exe" "-NoProfile" "-NonInteractive" "-Command" "(Get-CimInstance -ClassName 'Win32_Processor').NumberOfLogicalProcessors") | trim | atoi }}
|
{{- $cpuThreads = (output "powershell.exe" "-NoProfile" "-NonInteractive" "-Command" "(Get-CimInstance -ClassName 'Win32_Processor').NumberOfLogicalProcessors") | trim | atoi }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
[edit]
|
|
||||||
command = "micro"
|
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
chassis = "{{ $chassisType }}"
|
chassis = "{{ $chassisType }}"
|
||||||
|
|
||||||
@@ -37,4 +34,4 @@
|
|||||||
encryption = "age"
|
encryption = "age"
|
||||||
[age]
|
[age]
|
||||||
identity = "/home/xevion/key.txt"
|
identity = "/home/xevion/key.txt"
|
||||||
recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze"
|
recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze"
|
||||||
|
|||||||
@@ -149,3 +149,6 @@ export PATH=$PATH:/usr/local/go/bin
|
|||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
||||||
|
# Set default chezmoi editor
|
||||||
|
export EDITOR="micro"
|
||||||
Reference in New Issue
Block a user