You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
System for choosing default applications, programs, and utilities
4
4
5
-
Like `update-alternatives`, but local to user and more flexible. Requires a database of applications and their defaults at "${XDG_CONFIG_HOME:-$HOME/.config}/chooses/defaults"
5
+
Like `update-alternatives`, but local to user and more flexible. Requires a database of applications and their defaults at `"${XDG_CONFIG_HOME:-$HOME/.config}/chooses/defaults"`
6
6
7
7
## Summary
8
8
@@ -14,18 +14,20 @@ Like `update-alternatives`, but local to user and more flexible. Requires a data
14
14
15
15
## Installation
16
16
17
-
```sh
18
-
git clone https://github.com/eankeen/choose
19
-
cd choose
17
+
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to install this project globally
20
18
21
-
./choose.sh set
19
+
```sh
20
+
basalt global add hyperupcall/choose
22
21
```
23
22
23
+
## Environment Variables
24
+
24
25
- CHOOSE_DB_DIR
25
26
- by default at `$XDG_CONFIG_HOME/choose/db`
26
27
27
-
# Folder Structure
28
+
##Folder Structure
28
29
30
+
The author's config can be found [here](https://github.com/hyperupcall/dots/tree/main/user/.config/choose/db)
0 commit comments