As configured in my dotfiles.
start new:
tmux
start new with session name:
# python3 | |
from io import BytesIO | |
import IPython.display | |
import numpy as np | |
import PIL.Image | |
def showarray(a, fmt='png'): | |
a = np.uint8(a) | |
f = BytesIO() |
launchctl unload /Library/LaunchAgents/org.macosforge.xquartz.startx.plist | |
sudo launchctl unload /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist | |
sudo rm -rf /opt/X11* /Library/Launch*/org.macosforge.xquartz.* /Applications/Utilities/XQuartz.app /etc/*paths.d/*XQuartz | |
sudo pkgutil --forget org.macosforge.xquartz.pkg | |
# Log out and log in |
As configured in my dotfiles.
start new:
tmux
start new with session name: