Browse Source

Add boostrap process

undefined
Ashton Charbonneau 3 months ago
parent
commit
c3d5df654e
2 changed files with 10 additions and 0 deletions
  1. 9
    0
      README.md
  2. 1
    0
      tridactylrc

+ 9
- 0
README.md View File

68
 - Export bookmarks and history
68
 - Export bookmarks and history
69
 - Bookmark tagging and import/export
69
 - Bookmark tagging and import/export
70
 
70
 
71
+## Bootstrap
72
+
73
+```
74
+git init
75
+git config --local status.showUntrackedFiles no
76
+git remote add origin https://git.ashtonc.ca/ashton/firefox/
77
+git pull origin main
78
+```
79
+
71
 ## Reference
80
 ## Reference
72
 
81
 
73
 - [arkenfox](https://github.com/arkenfox/user.js)
82
 - [arkenfox](https://github.com/arkenfox/user.js)

+ 1
- 0
tridactylrc View File

31
 bind zz zoom +0.1 true
31
 bind zz zoom +0.1 true
32
 bind ZZ zoom -0.1 true
32
 bind ZZ zoom -0.1 true
33
 bind zx zoom 1
33
 bind zx zoom 1
34
+bind ZX zoom 1
34
 
35
 
35
 " Open or close tab
36
 " Open or close tab
36
 unbind x
37
 unbind x

Loading…
Cancel
Save