Skip to content

Commit

Permalink
undersight
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored May 22, 2024
1 parent a1defbb commit bb1ae52
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
{{- $autoGit := promptBool "auto git?" true -}}

#{{ if eq .chezmoi.os "darwin" }} Darwin
{{- optbins := (list) -}}
{{- usrbins := (list) -}}
{{- usrlocalbins = (list) -}}
{{- binpaths := (list "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ) -}}
{{- binroots := (list "/" "/usr/" "{{ .chezmoi.homeDir }}" "{{ joinPath .chezmoi.homeDir "/.local" }}" "{{ joinPath .chezmoi.homeDir "/go" }}" "{{ joinPath .chezmoi.homeDir "/Library/flutter" }}" "{{ joinPath .chezmoi.homeDir "/.pub-cache" }}" "{{ joinPath .chezmoi.homeDir "/.cache/npm" }}" ) -}}
{{- terminfosearch = (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- termfallback := (list "xterm" "linux" "vt100" ) -}}
{{- $optbins := (list) -}}
{{- $usrbins := (list) -}}
{{- $usrlocalbins = (list) -}}
{{- $binpaths := (list "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ) -}}
{{- $binroots := (list "/" "/usr/" "{{ .chezmoi.homeDir }}" "{{ joinPath .chezmoi.homeDir "/.local" }}" "{{ joinPath .chezmoi.homeDir "/go" }}" "{{ joinPath .chezmoi.homeDir "/Library/flutter" }}" "{{ joinPath .chezmoi.homeDir "/.pub-cache" }}" "{{ joinPath .chezmoi.homeDir "/.cache/npm" }}" ) -}}
{{- $terminfosearch = (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- $termfallback := (list "xterm" "linux" "vt100" ) -}}
#{{ else if eq .chezmoi.os "linux" }} Linux
{{- optbins := (list) -}}
{{- usrbins := (list "games" ) -}}
{{- usrlocalbins := (list) -}}
{{- binpaths := (list "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ) -}}
{{- binroots := (list "/" "/usr/" "/usr/local/" "{{ .chezmoi.homeDir }}" "{{ joinPath .chezmoi.homeDir "/.local" }}" "{{ joinPath .chezmoi.homeDir "/go" }}" "{{ joinPath .chezmoi.homeDir "/libs/flutter" }}" "{{ joinPath .chezmoi.homeDir "/.pub-cache" }}" "{{ joinPath .chezmoi.homeDir "/.cache/npm" }}" ) -}}
{{- terminfosearch := (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- termfallback := (list "rxvt" "xterm" "linux" "vt100" ) -}}
{{- $optbins := (list) -}}
{{- $usrbins := (list "games" ) -}}
{{- $usrlocalbins := (list) -}}
{{- $binpaths := (list "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ) -}}
{{- $binroots := (list "/" "/usr/" "/usr/local/" "{{ .chezmoi.homeDir }}" "{{ joinPath .chezmoi.homeDir "/.local" }}" "{{ joinPath .chezmoi.homeDir "/go" }}" "{{ joinPath .chezmoi.homeDir "/libs/flutter" }}" "{{ joinPath .chezmoi.homeDir "/.pub-cache" }}" "{{ joinPath .chezmoi.homeDir "/.cache/npm" }}" ) -}}
{{- $terminfosearch := (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- $termfallback := (list "rxvt" "xterm" "linux" "vt100" ) -}}
#{{ else if eq .chezmoi.os "windows" }} Windows
{{- optbins := (list) -}}
{{- usrbins := (list) -}}
{{- usrlocalbins := (list) -}}
{{- binpaths := (list) -}}
{{- binroots := (list) -}}
{{- terminfosearch := (list) -}}
{{- termfallback := (list "linux", "vt100" ) -}}
{{- $optbins := (list) -}}
{{- $usrbins := (list) -}}
{{- $usrlocalbins := (list) -}}
{{- $binpaths := (list) -}}
{{- $binroots := (list) -}}
{{- $terminfosearch := (list) -}}
{{- $termfallback := (list "linux", "vt100" ) -}}
#{{ else if eq .chezmoi.os "solaris" }} Solaris
{{- optbins := (list "httrack" "SUNWsneep" "test" "VRTSvxvm" "SUNWvts" "SUNWexplo" "VRTS" "VRTSob" ) -}}
{{- usrbins := (list "local" "sfw" "ccs" ) -}}
{{- usrlocalbins := (list "mysql" "apache" "apache2" "php" ) -}}
{{- binpaths := (list "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ) -}}
{{- binroots := (list "/" "/usr/" "{{ .chezmoi.homeDir }}" "{{ joinPath .chezmoi.homeDir "/.local" }}" "{{ joinPath .chezmoi.homeDir "/go" }}" }}" )
{{- terminfosearch := (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- termfallback := (list "xterm" "linux" "vt100" ) -}}
{{- $optbins := (list "httrack" "SUNWsneep" "test" "VRTSvxvm" "SUNWvts" "SUNWexplo" "VRTS" "VRTSob" ) -}}
{{- $usrbins := (list "local" "sfw" "ccs" ) -}}
{{- $usrlocalbins := (list "mysql" "apache" "apache2" "php" ) -}}
{{- $binpaths := (list "{{ joinPath .chezmoi.homeDir "/.dotnet/tools" }}" ) -}}
{{- $binroots := (list "/" "/usr/" "{{ .chezmoi.homeDir }}" "{{ joinPath .chezmoi.homeDir "/.local" }}" "{{ joinPath .chezmoi.homeDir "/go" }}" }}" )
{{- $terminfosearch := (list "/usr/share/terminfo" "/usr/lib/share/terminfo" "/usr/share/lib/terminfo" ) -}}
{{- $termfallback := (list "xterm" "linux" "vt100" ) -}}
#{{ else }} Unknown OS {{ .chezmoi.os }}
{{- optbins := (list) -}}
{{- usrbins := (list) -}}
{{- usrlocalbins := (list) -}}
{{- binpaths := (list) -}}
{{- binroots := (list) -}}
{{- terminfosearch := (list) -}}
{{- termfallback := (list "linux" "vt100" )
{{- $optbins := (list) -}}
{{- $usrbins := (list) -}}
{{- $usrlocalbins := (list) -}}
{{- $binpaths := (list) -}}
{{- $binroots := (list) -}}
{{- $terminfosearch := (list) -}}
{{- $termfallback := (list "linux" "vt100" )
#{{ end }} End OS Specific code


Expand Down

0 comments on commit bb1ae52

Please sign in to comment.