Tags: macos* + terminal*

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

  1. This Gist details a solution for reclaiming control over a macOS system when using older versions of Bash and the sandboxed App Store version of WireGuard cause issues. The core problem is that macOS's system Bash is outdated (version 3.2), which breaks modern scripts. Additionally, the App Store WireGuard client stores configurations in the Keychain, making them inaccessible to the command-line interface.
    The solution involves installing a modern Bash and WireGuard tools via Homebrew, fixing terminal issues with terminfo, configuring the root environment's PATH, and rescuing WireGuard configurations from the Keychain. By following these steps, users can establish a functional WireGuard CLI setup on their macOS systems, bypassing the limitations imposed by the system's default configuration.
    2026-03-31 Tags: , , , , , , , , , by klotz
  2. An optional component to enable AI features in iTerm2, providing network request functionality, ensuring secure data transmission.
  3. 2024-04-26 Tags: , , , , , by klotz
  4. - This GitHub Gist provides instructions and scripts to enable true color (24-bit color) in Emacs for iTerm2.
    - A bash function is defined to run subsequent Emacs calls with 24-bit color.
    - An additional script is included to add a terminfo entry for a new terminal "xterm-24bit".
    - The scripts ensure that 24-bit color is used only when it will work, both inside and outside of tmux.
    2024-02-02 Tags: , , , , , by klotz
  5. Go to Preferences > Profiles > Session. Turn on Status bar enabled. Then click Configure Status Bar to begin setting up your status bar configuration.
    2021-03-16 Tags: , , , , , by klotz
  6. (require 'mouse)
    (xterm-mouse-mode t)
    (defun track-mouse (e))
    2015-06-23 Tags: , , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle