Przeglądaj źródła

Add boostrap process

main
Ashton Charbonneau 1 miesiąc temu
rodzic
commit
ad0c20ee52
2 zmienionych plików z 11 dodań i 0 usunięć
  1. 10
    0
      README.md
  2. 1
    0
      tridactylrc

+ 10
- 0
README.md Wyświetl plik

@@ -68,6 +68,16 @@ 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
+git branch --set-upstream-to=origin/main main
79
+```
80
+
71 81
 ## Reference
72 82
 
73 83
 - [arkenfox](https://github.com/arkenfox/user.js)

+ 1
- 0
tridactylrc Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz