diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..f76b8a3 --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +bun 1.2.8 diff --git a/bun.lock b/bun.lock new file mode 100644 index 0000000..c9f3467 --- /dev/null +++ b/bun.lock @@ -0,0 +1,14 @@ +{ + "lockfileVersion": 1, + "workspaces": { + "": { + "name": "astal-shell", + "dependencies": { + "astal": "/usr/share/astal/gjs", + }, + }, + }, + "packages": { + "astal": ["astal@file:../../../../usr/share/astal/gjs", {}], + } +} diff --git a/package.json b/package.json index 44226f2..c50d20d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { - "name": "astal-shell", - "dependencies": { - "astal": "/usr/share/astal/gjs" - } + "name": "astal-shell", + "scripts": { + "start": "ags run --gtk4 -d ." + }, + "dependencies": { + "astal": "/usr/share/astal/gjs" + } }