소스 검색

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

Loading…
취소
저장