🔏
Knowledge
search
Ctrlk
  • README
  • Businesschevron-right
  • Devchevron-right
  • Energychevron-right
  • Gartenchevron-right
  • Gesellschaftchevron-right
  • Hofchevron-right
  • Home-automationchevron-right
  • Ideenchevron-right
  • Landwirtschaftchevron-right
  • Lebenchevron-right
  • Pcchevron-right
    • Apps
    • Backup
    • Dateistrukturchevron-right
    • MacOSchevron-right
      • Dotfiles
      • Macos
      • Shortcuts
    • Netzwerk
    • Shortcuts
    • Windows
  • Produktivitaetchevron-right
  • Readchevron-right
  • Sonstigeschevron-right
  • Zukunftchevron-right
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Pcchevron-right
  2. MacOS

Macos

  • Lightweight clipboard manager for macOSarrow-up-right

  • Can select text from middle of link's text by holding down alt while you drag and select with the mousearrow-up-right

  • Defaultsarrow-up-right

  • Understanding DisplayLink, multiple displays, and M1 Macsarrow-up-right

hashtag
Setup

  • osx_bootstrap.sharrow-up-right

hashtag
Zsh

  • Zsharrow-up-right

hashtag
Homebrew

  • Brewfile in $USER/.dotfiles

  • Homebrew's new feature: Brewfilesarrow-up-right

  • Brewfile von Github installieren?

  • Brewfilesarrow-up-right

  • BrewMyMacarrow-up-right

hashtag
Installieren

hashtag
Update

Fehermeldung Error: Directory not empty @ dir_s_rmdir - /usr/local/Cellar/dnsmasq/2.84

hashtag
Installierte Programme

hashtag
Fehler

hashtag
Services

hashtag
MariaDB

Nach dem Installieren

Install MariaDB with brew on macOS and fix the “access denied” issuearrow-up-right

Wenn mysql nach

nicht mehr geht:

hashtag
PHP Versionen

Switching between PHP versions when using Homebrewarrow-up-right

Create a function to your bash/zshrc profile

Switching between PHP versions with Homebrewarrow-up-right

hashtag
Nix

  • How I Start: Nix (2020)arrow-up-right (Lobstersarrow-up-right)

hashtag
Hackintosh

  • How to Build a Hackintosharrow-up-right

PreviousDotfileschevron-leftNextShortcutschevron-right

Last updated 1 year ago

Was this helpful?

  • Setup
  • Zsh
  • Homebrew
  • Installieren
  • Update
  • Installierte Programme
  • Fehler
  • Services
  • MariaDB
  • PHP Versionen
  • Nix
  • Hackintosh

Was this helpful?

brew bundle install $USER/code/danielsundermeier/dotfiles/Brewfile
brew upgrade && brew update
sudo rm -rf /usr/local/Cellar/dnsmasq/2.84
brew ls
brew doctor
brew services
brew services start [service]
brew services stop [service]
brew services restart [service]
brew services restart --all
mariadb
ALTER USER 'root'@'localhost' IDENTIFIED BY '';
brew upgrade
mysqld
cd /usr/local/var/mysql
rm ib_logfile0
rm ib_logfile1 
brew unlink [email protected]
brew link [email protected] --force --overwrite
switchphp() {
    brew unlink php && brew link --force --overwrite php@$1
}

switchphp 7.4
brew unlink php && brew link php
brew services restart --all
composer global update
valet start