A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| import SwiftUI | |
| // Remember to download FontSettings.swift | |
| struct WWDC24AnimatedTextView: View { | |
| var text = "Hello, World!" | |
| var animation: Animation = .easeInOut | |
| var targetFontSize: CGFloat = 40 | |
| var minimumFontSize: CGFloat = 30 | |
| var targetFontWeight: Font.Weight = .semibold |
| 安装zsh | |
| brew install zsh | |
| 设置zsh为默认shell | |
| mate /etc/shells | |
| 在文末增加: | |
| /usr/local/bin/zsh | |
| 将zsh设置为默认的Shell: |