Advertisement ยท 728 ร— 90
#
Hashtag
#TheFutureIsTerminal
Advertisement ยท 728 ร— 90
Preview
GitHub - ghostty-org/ghostling: A minimum viable terminal emulator built on top of the libghostty C API. Ex minimo, infinita nascuntur. ๐Ÿ‘ป๐Ÿฃ A minimum viable terminal emulator built on top of the libghostty C API. Ex minimo, infinita nascuntur. ๐Ÿ‘ป๐Ÿฃ - ghostty-org/ghostling

one step closer of having ghostty ๐Ÿ‘ป available in your IDE of choice: github.com/ghostty-org/...
#TheFutureIsTerminal

3 1 0 0

In things I thought I would never have to do, today I am installing #IIS, and it has 15 GUI clickops steps or 1 terminal command

`Install-WindowsFeature -Name Web-Server -IncludeManagementTools`

#TheFutureIsTerminal

2 0 2 0

But having said that Hyper-V is pretty cool

Just exported a VM and created a new one and adjusted the hostnames, configured my ssh config and up and running in about 10 mins. Next one will be quicker

#ubuntu #cli #ssh #TheFutureIsTerminal

1 0 1 0

I know `Power Shell` means well but give me a `bash shell` any day.

#TheFutureIsTerminal
#atuin
#spaceship

2 0 1 1

#TheFutureIsTerminal as I've always said :-)

1 0 0 0
a still image from the news item - showing me with a speech bubble saying #TheFutureIsTerminal, and a thumbs up overlaid on top of the Bash script

a still image from the news item - showing me with a speech bubble saying #TheFutureIsTerminal, and a thumbs up overlaid on top of the Bash script

This week's SAP Developer News, brought to you by the Developer Advocates, is out now ๐Ÿ‘‰ www.youtube.com/watch?v=rnva... - watch it to spot a bonus #Bash script in one of the items #TheFutureIsTerminal

0 0 0 0

What is the hardest thing about the terminal for you?

What is stopping you from using the terminal more?

#tty #TheFutureIsTerminal #bash #fish #zsh #techsky

3 0 2 0

Oh @qmacro.org pray tell there is an devtober extravaganza planned for this year in the lead up the the "Mosh Pit" aka Tech Ed in Berlin in November

#TheFutureIsTerminal

3 0 1 0

๐Ÿ‘€ hellowhat? #TheFutureIsTerminal

2 0 0 0

I like having my newest machine called 'dont-panic'

It's that moment by moment reminder that life will find a way and things will be ok.

njames@dont-panic ~ on โ˜๏ธ (ap-southeast-2)
[ 12:09:59 ] โžœ

#TheFutureIsTerminal #techSky

4 0 0 0

I haven't gone full neovim yet though

I am using #Zed more for everyday editing and pull out the #jetbrains IDE's when I need a refactoring superpower

#techsky #cli #theFutureIsTerminal

0 0 0 0

Very sane. Saner than Wonko The Sane. Seriously tho, setting vi mode on the command line is the way to go, superpower suddenly abounds. #TheFutureIsTerminal

1 0 1 0

Going vi mode on the cli

#TheFutureIsTerminal

Am I mad?

1 0 2 0
a crop of a photo of a monitor showing two VT220 emulator windows connected to TUI-based service system software; one is displaying a form (akin to the SAP R/2 dynpro style screens) and the other a menu.

a crop of a photo of a monitor showing two VT220 emulator windows connected to TUI-based service system software; one is displaying a form (akin to the SAP R/2 dynpro style screens) and the other a menu.

Perhaps language paradigm adoption is like enterprise computing in general - somewhat behind the curve. Apropos - I just saw a screen captured in a Google Maps photo of a company location, sporting a couple of terminal emulator windows connected to their service systems. #TheFutureIsTerminal

4 0 1 0
A directory listing of .alias.d directory with a variety of shell files within it

A directory listing of .alias.d directory with a variety of shell files within it

Just organised my aliases into a directory

Then I load them from .bashrc with

```bash
# Put them into .sh files in .alias.d

if [ -d ~/.alias.d ]; then
source <(cat ~/.alias.d/*.sh)
fi
```

Feels so much more organised

#tech #bash #theFutureIsTerminal #shell

5 0 2 0
Photo of a Wyse terminal (that @se71 gifted me) connected to and showing the login prompt of a Raspberry Pi. This photo is at least 13 years old, which explains the Debian version :-)

Photo of a Wyse terminal (that @se71 gifted me) connected to and showing the login prompt of a Raspberry Pi. This photo is at least 13 years old, which explains the Debian version :-)

#TheFutureIsTerminal

4 0 1 0

macos really wants me to use zsh or at least some part of it thinks I do.

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.

but:

echo $SHELL
/bin/bash

#macos #shell #theFutureIsTerminal #tech #dev

1 1 0 0