-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
13 lines (11 loc) · 1013 Bytes
/
NOTES
File metadata and controls
13 lines (11 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
- Powerline fonts on Windows: https://dev.to/rishabk7/beautify-your-terminal-wsl2-5fe2
- Xauth issues: https://serverfault.com/questions/422908/how-can-i-prevent-the-warning-no-xauth-data-using-fake-authentication-data-for
- Important zsh plugin I don't track yet: https://github.com/jeffreytse/zsh-vi-mode
- Cool MD reader: https://github.com/charmbracelet/glow
- Things to install manually:
- Zsh
- shellfirm: https://github.com/kaplanelad/shellfirm; first install to system, then zsh curl cmd. Need xz-utils to unxz it first.
system: curl from https://github.com/kaplanelad/shellfirm/releases
zsh: curl https://raw.githubusercontent.com/kaplanelad/shellfirm/main/shell-plugins/shellfirm.plugin.oh-my-zsh.zsh --create-dirs -o ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/shellfirm/shellfirm.plugin.zsh
- zsh-syntax-highlighting: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- TODO: https://yadm.io/#