Skip to content

Commit be46b31

Browse files
author
thyttan
committed
mysetup: becomes "anotherconf"
1 parent 05e80cf commit be46b31

18 files changed

+45
-46
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
0.01: New App!
22
0.02: update to my current preferences.
33
0.03: update app list
4+
0.04: change app name "mysetup" -> "anotherconf"

apps/anotherconf/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Another Default Config
2+
3+
A different default set of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing.
4+
5+
## Usage
6+
7+
Before installing do this:
8+
9+
1. Backup your current setup (via the "More..." tab of the App Loader) so you can restore it later if you want.
10+
2. Factory reset the watch.
11+
3. Remove all apps via the "More..." tab in the App Loader.
12+
4. Make sure minification is turned off on the App Loader.
13+
5. Then install.
14+
6. Try it out, switch out apps to your favorites and tweak to your liking!
15+
16+
## Features
17+
18+
There will not be a trace of a "Another Default Config" app on your watch after installation. Only the apps it installed and the configurations.
19+
20+
## Requests
21+
22+
Add to the espruino/BangleApps issue tracker and mention @thyttan for bug reports and suggestions. Or do a pull request!
23+
24+
## Creator
25+
26+
thyttan

apps/anotherconf/boot.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
require("Storage").erase("anotherconf.info");
3+
require("Storage").erase("anotherconf.boot.js");
4+
load();
5+
}

0 commit comments

Comments
 (0)