1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00

restore YAML frontmatter

This commit is contained in:
2025-03-16 15:35:01 -04:00
parent 99ec01de0a
commit 2b4a86a900
27 changed files with 385 additions and 193 deletions
@@ -1,11 +1,19 @@
export const frontmatter = {
title: 'Cool Bash Tricks for Your Terminal\'s "Dotfiles"',
date: "2018-12-10 20:01:50-0400",
description:
"Bashfiles usually contain shortcuts compatible with Bash terminals to automate convoluted commands. Here's a summary of the ones I find most helpful that you can add to your own .bash_profile or .bashrc file.",
tags: ["Dotfiles", "Hacks", "macOS", "Programming", "Terminal", "Tutorial"],
image: "terminal.png",
};
---
title: Cool Bash Tricks for Your Terminal's "Dotfiles"
date: "2018-12-10 20:01:50-0400"
description: >-
Bashfiles usually contain shortcuts compatible with Bash terminals to automate
convoluted commands. Here's a summary of the ones I find most helpful that you
can add to your own .bash_profile or .bashrc file.
tags:
- Dotfiles
- Hacks
- macOS
- Programming
- Terminal
- Tutorial
image: ./terminal.png
---
![Terminal.app on macOS](./terminal.png)