1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-25 19:31:16 -04:00

transparent images where possible for dark mode

This commit is contained in:
2020-05-01 11:08:51 -04:00
parent 03e47619d1
commit 72462f5397
15 changed files with 7 additions and 7 deletions

View File

@@ -11,12 +11,12 @@ tags:
- Tutorial
aliases:
- /2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/
image: "images/terminal_icon.jpg"
image: "images/terminal.png"
draft: false
---
{{< image src="images/terminal_icon.jpg" width="300" alt="Terminal.app on macOS" />}}
{{< image src="images/terminal.png" width="240" alt="Terminal.app on macOS" />}}
You may have noticed the recent trend of techies [posting their "dotfiles" on GitHub](https://github.com/topics/dotfiles) for the world to see. These usually contain shortcuts compatible with Bash terminals to automate convoluted commands that, I'll admit, I needed to Google every single time.