Skip to content

Commit e4d36b4

Browse files
committed
first commit
0 parents  commit e4d36b4

10 files changed

+6241
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEMINI_API_KEY=<token>

.envrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dotenv
2+
3+
export PATH=$PATH:$PWD/.bin

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.env
2+
.bin
3+
bookmarks/

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ffsclient:
2+
mkdir -p .bin
3+
curl -L -o .bin/ffsclient https://github.com/Mikescher/firefox-sync-client/releases/download/v1.8.0/ffsclient_linux-amd64-static
4+
chmod +x .bin/ffsclient

0 commit comments

Comments
 (0)