All Projects → ashiishme → gatsby-theme-terminal

ashiishme / gatsby-theme-terminal

Licence: MIT license
A Gatsby theme for techies who love terminal / command line / bash like portfolio.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gatsby-theme-terminal

Licenseplist
A license list generator of all your dependencies for iOS applications
Stars: ✭ 1,996 (+9880%)
Mutual labels:  commandline
Winfetch
🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (+845%)
Mutual labels:  commandline
Tv Overlord
TV Overlord — Download and manage tv shows:
Stars: ✭ 242 (+1110%)
Mutual labels:  commandline
Joincap
Merge multiple pcap files together, gracefully.
Stars: ✭ 159 (+695%)
Mutual labels:  commandline
Psfzf
A PowerShell wrapper around the fuzzy finder fzf
Stars: ✭ 187 (+835%)
Mutual labels:  commandline
Gitlab Cli
Create a merge request from command line in gitlab
Stars: ✭ 224 (+1020%)
Mutual labels:  commandline
Wifi Password
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
Stars: ✭ 2,325 (+11525%)
Mutual labels:  commandline
semver-cli
semver-cli is a simple command line tool to compare and manipulate version strings.
Stars: ✭ 28 (+40%)
Mutual labels:  commandline
Tmpmail
A temporary email right from your terminal written in POSIX sh
Stars: ✭ 2,670 (+13250%)
Mutual labels:  commandline
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (+1065%)
Mutual labels:  commandline
Macos Downloader
Command line tool for downloading macOS installers and beta updates
Stars: ✭ 162 (+710%)
Mutual labels:  commandline
You Dont Need Gui
Stop relying on GUI; CLI **ROCKS**
Stars: ✭ 4,766 (+23730%)
Mutual labels:  commandline
Radare2
UNIX-like reverse engineering framework and command-line toolset
Stars: ✭ 15,412 (+76960%)
Mutual labels:  commandline
Comfy Table
🔶 Build beautiful terminal tables with automatic content wrapping
Stars: ✭ 156 (+680%)
Mutual labels:  commandline
Kunst
Download and display album art or display embedded album art
Stars: ✭ 242 (+1110%)
Mutual labels:  commandline
Gitin
commit/branch/workdir explorer for git
Stars: ✭ 1,815 (+8975%)
Mutual labels:  commandline
Yadm
Yet Another Dotfiles Manager
Stars: ✭ 2,982 (+14810%)
Mutual labels:  commandline
googletranslate
Python Google Translate (using reverse-engineered public API, so free)
Stars: ✭ 67 (+235%)
Mutual labels:  commandline
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+340%)
Mutual labels:  commandline
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+1040%)
Mutual labels:  commandline
gatsby theme terminal icon

Gatsby Theme Terminal

A Gatsby theme for techies who love terminal / command line / bash like portfolio.

whoami

Installation

To install this theme, you will need a starter Gatsby site. Make sure you have Gatsby CLI installed.

Getting started with Gatsby

Create a new site using Gatsby CLI:

gatsby new my-app https://github.com/gatsbyjs/gatsby-starter-hello-world

Above will create a new site using a "Hello world starter from Gatsby"

Currently, the theme has no starter for itself so, you will need to install the theme manually.

Install Terminal theme

In your my-app install the theme.

npm i git+https://github.com/ashiishme/gatsby-theme-terminal.git

Configure starter site to use Terminal theme

Open gatsby-config.js file & add the theme in the plugin array.

module.exports = {
  ...
  plugins: [`gatsby-theme-terminal`],
}

Delete the pages directory ( including the index.js file ) from src directory as everything will load from theme unless you want to override ( Theme shadowing )

Run the project

gatsby develop

It should load the terminal theme ready.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].