Procházet zdrojové kódy

Add boostrap process

main
Ashton Charbonneau před 1 rokem
rodič
revize
ad0c20ee52
2 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 10
    0
      README.md
  2. 1
    0
      tridactylrc

+ 10
- 0
README.md Zobrazit soubor

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

+ 1
- 0
tridactylrc Zobrazit soubor

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

Načítá se…
Zrušit
Uložit