My dotfiles, config, preference, settings, etc
- MacOS zsh in iTerm/Terminal in
mac/ - WSL Ubuntu in Windows Terminal
- Windows 11
- Ubuntu (Server 22.04) in
ubuntu/ - Browser plugin config in
browser-plugins
- Dependencies:
neovim-install.sh - Config:
.config/nvim/init.vim
.tmux.conf- install
tmux-plugin
Repair broken packages:
brew list --formula | while read f; do brew reinstall "$f" || true; done
Full reinstall:
brew bundle dump --file=~/Brewfile
# later, if needed:
brew bundle install --file=~/Brewfile