feat: add openvpn on brew cask conf & update aerospace

This commit is contained in:
Rasyidan Akbar F. 2025-12-02 17:34:05 +07:00
commit dbdbac139a
3 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,8 @@ pkgs.mkShell {
shellHook = ''
mkdir -p "$PWD/.cache/bun"
export BUN_INSTALL_CACHE="$PWD/.cache/bun"
ccusage() { bunx ccusage "$@"; }
export -f ccusage
echo "Bun/Node web shell ready"
echo "Bun: ${pkgs.bun.version}"
echo "Node: ${pkgs.nodejs_20.version}"