Skip to content

Commit

Permalink
Cleanup remainder of omf turds
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Oct 22, 2023
1 parent f3dc54e commit f3e34f1
Show file tree
Hide file tree
Showing 28 changed files with 21 additions and 54 deletions.
2 changes: 1 addition & 1 deletion home/dot_config/nvim/.chezmoiignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lazy-lock.json*

lazyvim.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ if type -q eza
alias ll 'eza --long --all --group --header'
alias lt 'eza --long --all --group --header --tree --level'
end

{{ if (eq .chezmoi.os "darwin") -}}
abbr ap "ansible-playbook"
abbr apb "ansible-playbook --ask-become"
{{ end -}}
7 changes: 7 additions & 0 deletions home/dot_config/private_fish/conf.d/96-cdpath.fish.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{{ if (eq .chezmoi.os "darwin") -}}
set -gx CDPATH . $HOME $HOME/Development $HOME/Development/XCode $HOME/.config
{{ end -}}

{{ if (eq .chezmoi.os "linux") -}}
set -gx CDPATH . $HOME $HOME/dev
{{ end -}}
8 changes: 8 additions & 0 deletions home/dot_config/private_fish/functions/.chezmoiignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{- if not (eq .chezmoi.os "darwin") }}
df.fish
flushdns.fish
{{- end }}

{{ if not (eq .chezmoi.os "linux") -}}
agent.fish
{{- end }}
5 changes: 0 additions & 5 deletions home/dot_config/private_fish/omf/bundle

This file was deleted.

1 change: 0 additions & 1 deletion home/dot_config/private_fish/omf/channel

This file was deleted.

1 change: 0 additions & 1 deletion home/dot_config/private_fish/omf/hosts/Odin.fish

This file was deleted.

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion home/dot_config/private_fish/omf/hosts/ragnar.fish

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion home/dot_config/private_fish/omf/theme

This file was deleted.

Empty file.
Empty file.

0 comments on commit f3e34f1

Please sign in to comment.