Просмотр исходного кода

Add boostrap process

undefined
Ashton Charbonneau 1 год назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить