Started on 2022/6/24.
Disclaimer: I don't use an iPhone.
Why there's no default .zshrc provided??? My suggestion would be copying from Debian's default one at /etc/skel
. Note that I mainly use bash (dash) on Linux.
But it is very slow comparing to the Linux one.
export HOMEBREW_NO_AUTO_UPDATE=1
to .zprofile
.coreutils
for the dircolors
utility (beware that is gdircolors
on brew). See this comment./
from WORDCHARS
: export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
BSD commands are less forgiving than those in GNU coreutils (I mean rm ... -rf
, or ls ... -al
).
https://apple.stackexchange.com/a/291290/464631
sudo mkdir -p /usr/local/bin
sudo ln -s /usr/bin/python3 /usr/local/bin/python
sudo ln -s /Library/Developer/CommandLineTools/usr/bin/python ./python3
If you don't link the one in Xcode SDK, it will fail with the following error when /usr/local/bin/python
is invoked, "xcode-select: Failed to locate 'python', requesting installation of command line developer tools."
However, pip will stuck indefinitely if you do the same thing to it. I wonder why. Do the following instead.
sudo ln -s /Library/Developer/CommandLineTools/usr/bin/pip3 /usr/local/bin/pip
I mainly use RIME on Mac (鼠鬚管,squirrel).
My own bopomofo input solution iridium-bpmf works on 鼠鬚管. Some tweaks are required, as I was developing for ibus-rime mainly.
Shift_L
and Shift_R
(the (non-)issue).iTerm2, an extremely versatile terminal emulator.
A rather small list :)