chore: update uses
This commit is contained in:
parent
67188a19c3
commit
740a7e6d4f
3 changed files with 3 additions and 20 deletions
17
.vscode/frontmatter.code-snippets
vendored
17
.vscode/frontmatter.code-snippets
vendored
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"add post frontmatter": {
|
|
||||||
"prefix": "frontmatter",
|
|
||||||
"scope": "plaintext,markdown,html",
|
|
||||||
"body": [
|
|
||||||
"---",
|
|
||||||
"date: '$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE'",
|
|
||||||
"title: '$TM_FILENAME_BASE'",
|
|
||||||
"description: ''",
|
|
||||||
"tags: ['']",
|
|
||||||
"---",
|
|
||||||
"<!-- excerpt -->",
|
|
||||||
"$2"
|
|
||||||
],
|
|
||||||
"description": "Add frontmatter for new post"
|
|
||||||
},
|
|
||||||
}
|
|
|
@ -54,7 +54,7 @@ Software and services that I use for work and my own enjoyment.
|
||||||
|
|
||||||
<h3>Dev tools</h3>
|
<h3>Dev tools</h3>
|
||||||
|
|
||||||
- [Visual Studio Code](https://code.visualstudio.com): the reigning industry standard for web development work.
|
- [Sublime Text](https://www.sublimetext.com): super snappy and as reliable as ever for text editing and web development.
|
||||||
- [iTerm2](https://iterm2.com): a more configurable terminal than the one macOS ships with. I've used it for a long time now and it's still my go-to.
|
- [iTerm2](https://iterm2.com): a more configurable terminal than the one macOS ships with. I've used it for a long time now and it's still my go-to.
|
||||||
- [Catppuccin](https://github.com/catppuccin): nearly as ubiquitous as Dracula but lighter and more playful, I've started using this theme wherever I'm looking at/reading/writing code.
|
- [Catppuccin](https://github.com/catppuccin): nearly as ubiquitous as Dracula but lighter and more playful, I've started using this theme wherever I'm looking at/reading/writing code.
|
||||||
- [Mono Lisa](https://monolisa.dev): a relatively new find, I've been enjoying how pleasant and readable this font is (and have even gone so far as to install it on iOS via [FontCase](https://apps.apple.com/us/app/fontcase-manage-your-type/id1205074470)).
|
- [Mono Lisa](https://monolisa.dev): a relatively new find, I've been enjoying how pleasant and readable this font is (and have even gone so far as to install it on iOS via [FontCase](https://apps.apple.com/us/app/fontcase-manage-your-type/id1205074470)).
|
||||||
|
|
|
@ -24,7 +24,7 @@ In the spirit of following a trend, here are my default apps as of now (the end
|
||||||
- Mastodon: [Ivory](https://tapbots.com/ivory)
|
- Mastodon: [Ivory](https://tapbots.com/ivory)
|
||||||
- TV/Movie tracking: [Trakt](https://trakt.tv)
|
- TV/Movie tracking: [Trakt](https://trakt.tv)
|
||||||
- Notes: [Bear](https://bear.app)
|
- Notes: [Bear](https://bear.app)
|
||||||
- Code: [Visual Studio Code](https://code.visualstudio.com)
|
- Code: [Sublime Text](https://www.sublimetext.com)
|
||||||
- Terminal: [iTerm2](https://iterm2.com)
|
- Terminal: [iTerm2](https://iterm2.com)
|
||||||
- Search: DuckDuckGo
|
- Search: DuckDuckGo
|
||||||
- Package tracking: [Parcel](https://parcelapp.net)
|
- Package tracking: [Parcel](https://parcelapp.net)
|
||||||
|
|
Reference in a new issue