Skip to content

Commit 397c4b8

Browse files
gemini-cli draft and blowfish update
1 parent aa55f4a commit 397c4b8

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

site/content/posts/gemini-cli-neteng/featured.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
+++
2+
title = "Gemini CLI for Network Engineers"
3+
date = "2025-07-20"
4+
description = "A guide to using the Gemini CLI application to enhance your day to day Network Engineering tasks"
5+
tags = [
6+
"ai",
7+
"artificial intelligence",
8+
"llm",
9+
"mcp",
10+
"cli",
11+
"gemini",
12+
]
13+
showComments = "true"
14+
robots = "all"
15+
draft = "true"
16+
+++
17+
18+
## Introduction
19+
20+
This article will show you how to get started with the Google Gemini CLI product and integrate it into your shell of choice.
21+
22+
## Installation
23+
24+
Simply follow the instructions on the [gemini-cli](https://github.com/google-gemini/gemini-cli) repo. I'm not much of a node.js user, so [fnm](https://github.com/Schniz/fnm) suited my needs to install this since it's more minimal.
25+
26+
Commands are also below (you may need to `source` your shell of choice after performing the `fnm install` command):
27+
28+
```bash
29+
sudo apt-get install curl unzip
30+
curl -o- https://fnm.vercel.app/install | bash
31+
fnm install 22
32+
node -v
33+
npm -v
34+
npm install -g @google/gemini-cli
35+
gemini
36+
```
37+
38+
From here, you can pick a theme and then sign in using your personal google account.
39+
40+
## Usage
41+
42+
TBD

site/themes/blowfish

Submodule blowfish updated 672 files

0 commit comments

Comments
 (0)