init
This commit is contained in:
19
packages/ags/example/applauncher/README.md
Normal file
19
packages/ags/example/applauncher/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Application Launcher
|
||||
|
||||
setup
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.config/ags
|
||||
git clone https://github.com/Aylur/ags.git /tmp/ags
|
||||
cp -r /tmp/ags/example/applauncher/* ~/.config/ags
|
||||
|
||||
# optionally setup types
|
||||
ags --init -c ~/.config/ags/config.js
|
||||
```
|
||||
|
||||
running
|
||||
|
||||
```bash
|
||||
ags -c ~/.config/ags/config.js &
|
||||
ags -t applauncher
|
||||
```
|
||||
Reference in New Issue
Block a user