first commit

This commit is contained in:
2025-10-07 09:26:47 +03:00
commit 534141e40a
91 changed files with 3631 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# bun completions
[ -s "/home/antoxa/.bun/_bun" ] && source "/home/antoxa/.bun/_bun"