set up work-related stuff
This commit is contained in:
parent
78ff896f48
commit
7d30a52114
3 changed files with 16 additions and 2 deletions
3
home/.chezmoiignore.tmpl
Normal file
3
home/.chezmoiignore.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{{- if ne .chezmoi.os "darwin" }}
|
||||||
|
.zshemulateenergy
|
||||||
|
{{- end }}
|
|
@ -2,6 +2,9 @@ srcs=(
|
||||||
"${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
"${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||||
"/opt/miniconda3/etc/profile.d/conda.sh"
|
"/opt/miniconda3/etc/profile.d/conda.sh"
|
||||||
"$HOME/.cargo/env"
|
"$HOME/.cargo/env"
|
||||||
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
|
"$HOME/.zshemulateenergy"
|
||||||
|
{{- end }}
|
||||||
)
|
)
|
||||||
|
|
||||||
for fp in $srcs; do
|
for fp in $srcs; do
|
||||||
|
@ -19,7 +22,7 @@ alias i="ipython3"
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "darwin" -}}
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
|
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
|
||||||
{{- end}}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .chezmoi.hostname "devterm" }}
|
{{- if eq .chezmoi.hostname "devterm" }}
|
||||||
function battery() {
|
function battery() {
|
||||||
|
@ -54,4 +57,4 @@ function brightness_min {
|
||||||
}
|
}
|
||||||
|
|
||||||
# ttyscheme
|
# ttyscheme
|
||||||
{{- end}}
|
{{- end }}
|
||||||
|
|
8
home/encrypted_dot_zshemulateenergy.age
Normal file
8
home/encrypted_dot_zshemulateenergy.age
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
-----BEGIN AGE ENCRYPTED FILE-----
|
||||||
|
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBDZVRtc3ZCVmp1eEhBaDg0
|
||||||
|
bXQrMlAwTTRQNlZrL0Vhd2QyRE9qczdhcVZNCnV0VFNqcVRtMG9tU2E5Y1F2YWpv
|
||||||
|
N2x5ZnBTSGZuTFFENXU0QVIrOTVVY1UKLS0tIHRKcEVpQ0lzOHVKYjlkd3A1c2s5
|
||||||
|
RTJsY1BURy9VVSt3SjNtV0pEVHVNcVkKV48BhIOn3pX2eoSZLfTaeut9bOxnKzjZ
|
||||||
|
sUTEhIDOCsmNmW5vSZ2DUADBeLc6fYOm3Wq4voIuMLfQN8m9Yz5l8tIXISRgbdsD
|
||||||
|
t9Z9S0lT4oB9mnCJEDBSKzyj
|
||||||
|
-----END AGE ENCRYPTED FILE-----
|
Loading…
Add table
Reference in a new issue