one step closer of having ghostty ๐ป available in your IDE of choice: github.com/ghostty-org/...
#TheFutureIsTerminal
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
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
I know `Power Shell` means well but give me a `bash shell` any day.
#TheFutureIsTerminal
#atuin
#spaceship
#TheFutureIsTerminal as I've always said :-)
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
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
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
๐ hellowhat? #TheFutureIsTerminal
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
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
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
Going vi mode on the cli
#TheFutureIsTerminal
Am I mad?
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
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
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 :-)
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