Update 28 files

- /home/dot_var/app/com.visualstudio.code/config/private_Code/symlink_User
- /home/Library/Application Support/Code/symlink_User
- /home/AppData/Local/clink/oh-my-posh.lua
- /home/Library/Application Support/VSCodium/symlink_User
- /home/Library/Preferences/com.apple.dock.plist
- /home/Library/Application Support/symlink_tabby
- /home/Library/Application Support/Code/User/extensions/symlink_theme-betelgeuse-vscode.tmpl
- /home/Library/Application Support/Code/User/symlink_settings.json.tmpl
- /home/Library/Application Support/Code/User/symlink_keybindings.json.tmpl
- /home/Library/Application Support/Code/User/symlink_extensions.json.tmpl
- /home/Library/Application Support/VSCodium/Code/User/extensions/symlink_theme-betelgeuse-vscode.tmpl
- /home/Library/Application Support/VSCodium/Code/User/symlink_extensions.json.tmpl
- /home/Library/Application Support/VSCodium/Code/User/symlink_keybindings.json.tmpl
- /home/Library/Application Support/VSCodium/Code/User/symlink_settings.json.tmpl
- /home/Library/Application Support/tabby/symlink_config.yaml.tmpl
- /home/Library/Application Support/tabby/symlink_plugins.tmpl
- /home/Library/Fonts/run_onchange_after_add-fonts.tmpl
- /home/Library/Preferences/com.apple.dock.plist.tmpl
- /home/dot_var/app/com.visualstudio.code/config/Code/User/extensions/symlink_theme-betelgeuse-vscode.tmpl
- /home/dot_var/app/com.visualstudio.code/config/Code/User/symlink_settings.json.tmpl
- /home/dot_var/app/com.visualstudio.code/config/Code/User/symlink_keybindings.json.tmpl
- /home/dot_var/app/com.visualstudio.code/config/Code/User/symlink_extensions.json.tmpl
- /home/AppData/Roaming/Code/User/extensions/symlink_theme-betelgeuse-vscode
- /home/AppData/Roaming/Code/User/symlink_extensions.json
- /home/AppData/Roaming/Code/User/symlink_keybindings.json
- /home/AppData/Roaming/Code/User/symlink_settings.json
- /home/AppData/Roaming/Google Assistant/symlink_config.json.tmpl
- /home/AppData/Local/clink/oh-my-posh.lua.tmpl
This commit is contained in:
Brian Zalewski 2023-01-24 23:20:05 +00:00
parent 500acfca07
commit c675ee3fe7
25 changed files with 57 additions and 10 deletions

View file

@ -1 +0,0 @@
load(io.popen('oh-my-posh init cmd'):read("*a"))()

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "windows" -}}
load(io.popen('oh-my-posh init cmd'):read("*a"))()
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "windows" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions/theme-betelgeuse-vscode
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "windows" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "windows" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/keybindings.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "windows" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/settings.json
{{- end -}}

View file

@ -1,3 +1,3 @@
{{- if true -}}
{{- if eq .host.distro.family "windows" -}}
{{ .host.home }}/.config/Google Assistant/config.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions/theme-betelgeuse-vscode
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/keybindings.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/settings.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions/theme-betelgeuse-vscode
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/keybindings.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/settings.json
{{- end -}}

View file

@ -1,3 +0,0 @@
{{- if true -}}
{{ .chezmoi.homeDir }}/.config/tabby
{{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User
{{ .chezmoi.homeDir }}/.config/tabby/config.yaml
{{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/Code/User
{{ .chezmoi.homeDir }}/.config/tabby/plugins
{{- end -}}

View file

@ -1,3 +1,4 @@
{{- if eq .host.distro.family "darwin" -}}
#!/usr/bin/env bash
{{ includeTemplate "universal/profile" }}
@ -18,3 +19,5 @@ find "$HOME/.local/share/fonts" -type f | while read FONT_FILE; do
cp "$FONT_FILE" "$HOME/Library/Fonts/$BASENAME"
fi
done
{{ end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "linux" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions/theme-betelgeuse-vscode
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "linux" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/extensions.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "linux" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/keybindings.json
{{- end -}}

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "linux" -}}
{{ .chezmoi.homeDir }}/.config/Code/User/settings.json
{{- end -}}

View file

@ -1,3 +0,0 @@
{{- if eq .host.distro.family "linux" -}}
{{ .chezmoi.homeDir }}/.config/Code/User
{{- end -}}