removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

View file

@ -0,0 +1,2 @@
echo "sourcing foo/qux..."
plugins=($plugins foo/qux)

View file

@ -0,0 +1,2 @@
echo "sourcing foo/bar..."
plugins=($plugins foo/bar)

View file

@ -0,0 +1,2 @@
echo "sourcing foo/baz..."
plugins=($plugins foo/baz)

View file

@ -0,0 +1,5 @@
#!/bin/zsh
function baz {
echo baz function
}
baz "$@"

View file

@ -0,0 +1,6 @@
# fake foo/bar
echo "sourcing getantidote/zsh-defer..."
plugins=($plugins getantidote/zsh-defer)
function zsh-defer {
$@
}

View file

@ -0,0 +1,2 @@
echo "sourcing pretty.zsh-theme..."
themes=($themes ohmy:pretty)

View file

@ -0,0 +1,2 @@
echo "sourcing ugly.zsh-theme..."
themes=($themes ohmy:ugly)

View file

@ -0,0 +1,2 @@
echo "sourcing ohmy/lib/lib1.zsh..."
libs=($libs ohmy:lib1)

View file

@ -0,0 +1,2 @@
echo "sourcing ohmy/lib/lib2.zsh..."
libs=($libs ohmy:lib2)

View file

@ -0,0 +1,2 @@
echo "sourcing ohmy/lib/lib3.zsh..."
libs=($libs ohmy:lib2)

View file

@ -0,0 +1,2 @@
echo "sourcing oh-my.sh..."
plugins=($plugins ohmy/ohmy)

View file

@ -0,0 +1,2 @@
echo "sourcing docker.plugin.zsh..."
plugins+=(ohmy:docker)

View file

@ -0,0 +1,2 @@
echo "sourcing extract.plugin.zsh..."
plugins+=(ohmy:extract)

View file

@ -0,0 +1,5 @@
#!/bin/zsh
function macos_func {
echo macos_func "$@"
}
macos_func "$@"

View file

@ -0,0 +1,2 @@
echo "sourcing macos.plugin.zsh..."
plugins+=(ohmy:macos)

View file

@ -0,0 +1,2 @@
echo "sourcing magic-enter.plugin.zsh..."
plugins+=(ohmy:magic-enter)

View file

@ -0,0 +1,2 @@
echo "sourcing pretty.zsh-theme..."
themes=($themes ohmy:pretty)

View file

@ -0,0 +1 @@
https://github.com/foo/bar

View file

@ -0,0 +1,2 @@
echo "sourcing foo/bar..."
plugins=($plugins foo/bar)

View file

@ -0,0 +1 @@
https://github.com/foo/baz

View file

@ -0,0 +1,2 @@
echo "sourcing foo/baz..."
plugins=($plugins foo/baz)

View file

@ -0,0 +1,2 @@
#!/bin/zsh
echo _baz completion

View file

@ -0,0 +1,5 @@
#!/bin/zsh
function baz {
echo baz function
}
baz "$@"

View file

@ -0,0 +1 @@
git@github.com:foo/qux

View file

@ -0,0 +1,2 @@
echo "sourcing foo/qux..."
plugins=($plugins foo/qux)

View file

@ -0,0 +1 @@
https://github.com/getantidote/zsh-defer

View file

@ -0,0 +1,6 @@
# fake foo/bar
echo "sourcing getantidote/zsh-defer..."
plugins=($plugins getantidote/zsh-defer)
function zsh-defer {
$@
}

View file

@ -0,0 +1 @@
https://github.com/ohmy/ohmy

View file

@ -0,0 +1,2 @@
echo "sourcing pretty.zsh-theme..."
themes=($themes ohmy:pretty)

View file

@ -0,0 +1,2 @@
echo "sourcing ugly.zsh-theme..."
themes=($themes ohmy:ugly)

View file

@ -0,0 +1,2 @@
echo "sourcing ohmy/lib/lib1.zsh..."
libs=($libs ohmy:lib1)

View file

@ -0,0 +1,2 @@
echo "sourcing ohmy/lib/lib2.zsh..."
libs=($libs ohmy:lib2)

View file

@ -0,0 +1,2 @@
echo "sourcing ohmy/lib/lib3.zsh..."
libs=($libs ohmy:lib2)

View file

@ -0,0 +1,2 @@
echo "sourcing oh-my.sh..."
plugins=($plugins ohmy/ohmy)

View file

@ -0,0 +1 @@
#compdef

View file

@ -0,0 +1,2 @@
echo "sourcing docker.plugin.zsh..."
plugins+=(ohmy:docker)

View file

@ -0,0 +1,2 @@
echo "sourcing extract.plugin.zsh..."
plugins+=(ohmy:extract)

View file

@ -0,0 +1,5 @@
#!/bin/zsh
function macos_func {
echo macos_func "$@"
}
macos_func "$@"

View file

@ -0,0 +1,2 @@
echo "sourcing macos.plugin.zsh..."
plugins+=(ohmy:macos)

View file

@ -0,0 +1,2 @@
echo "sourcing magic-enter.plugin.zsh..."
plugins+=(ohmy:magic-enter)

View file

@ -0,0 +1,2 @@
echo "sourcing pretty.zsh-theme..."
themes=($themes ohmy:pretty)