ソースを参照

Add boostrap process

undefined
Ashton Charbonneau 3ヶ月前
コミット
c3d5df654e
2個のファイルの変更10行の追加0行の削除
  1. 9
    0
      README.md
  2. 1
    0
      tridactylrc

+ 9
- 0
README.md ファイルの表示

@@ -68,6 +68,15 @@ Profile configuration that can be set up directly within profile folders. Config
68 68
 - Export bookmarks and history
69 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 80
 ## Reference
72 81
 
73 82
 - [arkenfox](https://github.com/arkenfox/user.js)

+ 1
- 0
tridactylrc ファイルの表示

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

読み込み中…
キャンセル
保存