Tags: macos* + linux*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This guide provides a comprehensive setup for using the Ghostty terminal emulator with Anthropic's Claude Code agentic coding tool. It highlights how Ghostty’s native splits, notification forwarding, and state restoration features minimize friction during long sessions where an AI agent is modifying files and running tests.

    The article covers several key optimizations:
    - Core configuration for typography (JetBrains Mono Nerd Font), themes, and window persistence to restore layouts between restarts.
    - Implementation of the SAND keybinding pattern for intuitive split pane management.
    - Three distinct workspace presets: Standard Split, Three-Pane Neovim Layout, and Multi-Project Tab Layout.
    - Automation scripts for installing necessary fonts, configuring a compatible Starship prompt (to avoid issues with Powerlevel10k), and setting Ghostty as the default terminal handler.
    - A specialized tmux script designed to handle remote sessions while ensuring Claude Code notifications and extended keys pass through correctly.
    - Specific JSON settings to synchronize Claude Code's theme and system notification behavior with Ghostty’s environment.
  2. Amber is a new language that compiles to bash, offering modern syntax and compile-time checks while outputting a bash script. The article discusses its features, limitations, and provides a simple example of its usage.
  3. The article discusses Apple Container, a new tool for running Linux containers on macOS, comparing its performance and efficiency to Docker Desktop. It highlights its ease of setup on Silicon Macs, compatibility with Dockerfiles, and potential as a lightweight alternative for home lab enthusiasts.
  4. Homebrew simplifies the installation of missing command-line software on macOS, addressing inconsistencies between BSD and GNU versions and managing the PATH environment.

    | Command | Description |
    |-------------|--------------------------------------------------------|
    | `brew install wget` | Installs the `wget` program using Homebrew. |
    | `brew install tree` | Installs the `tree` utility using Homebrew. |
    | `brew install emacs`| Installs the `emacs` text editor using Homebrew. |
    | `brew install coreutils` | Installs core utilities using Homebrew. |
    | `brew install findutils`| Installs findutils using Homebrew. |
    | `which find` | Displays the location of the `find` command. |
    | `which -a` | Displays all locations of a command in the PATH. |
    | `--version` or `--help` | Options to check the version of a command. |
    | `gsed` | GNU `sed` stream editor (installed via Homebrew). |
    | `gfind` | GNU `find` utility (installed via Homebrew). |
    | `make` | Used for compiling software from source (mentioned as an older method).|
    | `grep` | BSD version mentioned as a pre-installed utility. |
    | `find` | BSD version mentioned as a pre-installed utility. |
    | `vim` | BSD version mentioned as a pre-installed utility. |
    2025-04-20 Tags: , , , , , , by klotz
  5. LM Studio has released lms, a command-line interface (CLI) tool to load/unload models, start/stop the API server, and inspect raw LLM input. It is developed on GitHub and is MIT Licensed.
    2024-10-22 Tags: , , , , , , by klotz
  6. Hallux.ai is a platform offering open-source, LLM-based CLI tools for Linux and MacOS. These tools aim to streamline operations, enhance productivity, and automate workflows for professionals in production engineering, SRE, and DevOps. They also improve Root Cause Analysis (RCA) capabilities and enable self-sufficiency.
  7. Justin Barclay, a software engineer, shares his journey of turning the Emacs text editor into a feature-rich Integrated Development Environment (IDE). He discusses the enhancements made to Emacs 29, such as syntax highlighting, code diagnostics, and IntelliSense capabilities.
  8. 2023-07-02 Tags: , , , , , by klotz
  9. 2022-08-27 Tags: , , , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "macos+linux"

About - Propulsed by SemanticScuttle