this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of github.com:ian-h-chamberlain/dotfiles

+94 -1
+3
.Brewfile
··· 62 62 # Preferred font for fixed-width text e.g. terminal + editors 63 63 cask "ian-h-chamberlain/dotfiles/font-input" 64 64 65 + # Vector graphics drawing tool 66 + cask "inkscape" 67 + 65 68 # Helper app for REST queries 66 69 cask "insomnia" 67 70
+1
.config/newtabtools/.gitignore
··· 1 + *.zip
+12
.config/newtabtools/backup/prefs.json
··· 1 + { 2 + "blocked": [], 3 + "columns": 4, 4 + "history": false, 5 + "locked": true, 6 + "opacity": 100, 7 + "recent": false, 8 + "rows": 3, 9 + "spacing": "large", 10 + "theme": "dark", 11 + "titleSize": "hidden" 12 + }
.config/newtabtools/backup/tileImages/1.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/10.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/11.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/12.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/13.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/14.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/2.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/3.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/4.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/5.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/7.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/8.png

This is a binary file and will not be displayed.

.config/newtabtools/backup/tileImages/9.png

This is a binary file and will not be displayed.

+77
.config/newtabtools/backup/tiles.json
··· 1 + [ 2 + { 3 + "url": "https://github.com/", 4 + "title": "Github", 5 + "position": 6, 6 + "id": 1 7 + }, 8 + { 9 + "url": "https://mail.google.com/", 10 + "position": 0, 11 + "id": 2 12 + }, 13 + { 14 + "url": "https://www.reddit.com/", 15 + "title": "Reddit", 16 + "position": 4, 17 + "id": 3 18 + }, 19 + { 20 + "url": "https://www.messenger.com/", 21 + "title": "Messenger", 22 + "position": 2, 23 + "id": 4 24 + }, 25 + { 26 + "url": "https://calendar.google.com/calendar/", 27 + "position": 1, 28 + "id": 5, 29 + "title": "Google Calendar" 30 + }, 31 + { 32 + "url": "http://www.guidetojapanese.org/learn/", 33 + "title": "Learn Japanese – Tae Kim's Guide to Learning Japanese", 34 + "id": 7 35 + }, 36 + { 37 + "url": "https://bunpro.jp/", 38 + "title": "Bunpro", 39 + "position": 8, 40 + "id": 8 41 + }, 42 + { 43 + "url": "https://www.wanikani.com/", 44 + "title": "WaniKani", 45 + "position": 10, 46 + "id": 9 47 + }, 48 + { 49 + "url": "https://news.ycombinator.com/", 50 + "title": "Hacker News", 51 + "position": 5, 52 + "id": 10 53 + }, 54 + { 55 + "url": "https://www.duolingo.com", 56 + "position": 11, 57 + "id": 11 58 + }, 59 + { 60 + "url": "https://kitsun.io/", 61 + "title": "Kitsun", 62 + "position": 9, 63 + "id": 12 64 + }, 65 + { 66 + "url": "https://youtube.com/", 67 + "position": 7, 68 + "id": 13, 69 + "title": "Youtube" 70 + }, 71 + { 72 + "url": "https://groupme.com/", 73 + "position": 3, 74 + "id": 14, 75 + "title": "GroupMe" 76 + } 77 + ]
+1 -1
.config/vscode/extensions.txt
··· 23 23 marko2276.yang@0.1.3 24 24 matklad.rust-analyzer@0.2.248 25 25 ms-azuretools.vscode-docker@1.4.1 26 - ms-pyright.pyright@1.1.56 26 + ms-pyright.pyright@1.1.57 27 27 ms-python.python@2020.7.96456 28 28 ms-vscode-remote.remote-ssh@0.51.0 29 29 ms-vscode-remote.remote-ssh-edit@0.51.0