浏览代码

Add boostrap process

undefined
Ashton Charbonneau 6 个月前
父节点
当前提交
c3d5df654e
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 9
    0
      README.md
  2. 1
    0
      tridactylrc

+ 9
- 0
README.md 查看文件

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 查看文件

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

正在加载...
取消
保存