add settings for other systems like fedora
This commit is contained in:
parent
e9359bb046
commit
4e86021144
3 changed files with 2 additions and 6 deletions
|
@ -114,7 +114,7 @@ function preexec {
|
||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "brothertec" -}}
|
{{ if eq .chezmoi.hostname "SpectreOS" -}}
|
||||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
source /usr/share/fzf/key-bindings.zsh
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
|
|
|
@ -210,7 +210,7 @@ titlebar_border_thickness 0
|
||||||
# Below is SwayFX extensions
|
# Below is SwayFX extensions
|
||||||
#
|
#
|
||||||
|
|
||||||
{{- if ne .chezmoi.hostname "simon-mac" }}
|
{{- if eq .chezmoi.hostname "SpectreOS" }}
|
||||||
blur on
|
blur on
|
||||||
smart_corner_radius on
|
smart_corner_radius on
|
||||||
corner_radius 10
|
corner_radius 10
|
||||||
|
|
|
@ -132,11 +132,7 @@ return {
|
||||||
{{ if eq .chezmoi.os "darwin" -}}
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
window_decorations = "TITLE | RESIZE",
|
window_decorations = "TITLE | RESIZE",
|
||||||
{{ else if eq .chezmoi.os "linux" -}}
|
{{ else if eq .chezmoi.os "linux" -}}
|
||||||
{{ if eq .chezmoi.hostname "brothertec" -}}
|
|
||||||
window_decorations = "NONE",
|
window_decorations = "NONE",
|
||||||
{{ else -}}
|
|
||||||
window_decorations = "TITLE | RESIZE",
|
|
||||||
{{ end -}}
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
hide_tab_bar_if_only_one_tab = false,
|
hide_tab_bar_if_only_one_tab = false,
|
||||||
|
|
Loading…
Reference in a new issue