Config/rc files for alacritty, tmux, (n)vim, zsh
- Install homebrew
- brew install:
- git
- jq
- the_silver_searcher
- fzf
- nvim
- tmux
- reattach-to-user-namespace
- Settings > Profiles > Keys. Set left/right option key to Esc+
- set default text size to 25
- mkdir github.com; cd github.com; git clone https://github.com/venalen/personal.git
- Import Afterglow.itermcolors to iterm
- symlink zshrc: ln -s ~/github.com/venalen/personal/zshrc ~/.zshrc
- zprezto for zsh things: https://github.com/sorin-ionescu/prezto
- PlugInstall for vim things: https://github.com/junegunn/vim-plug
- ln -s ~/github.com/venalen/personal/nvim/init.vim ~/.config/nvim/init.vim
- Update zpreztorc:
zstyle ':prezto:load' pmodule
'environment'
'terminal'
'editor'
'history'
'directory'
'spectrum'
'utility'
'completion'
'history-substring-search'
'git'
'prompt'
theme 'pure'
zstyle ':prezto:module:prompt' pwd-length 'long'
zstyle ':prezto:module:prompt' show-return-val 'yes' #uncomment
- Codi settings: had to override bin to python3
- Claude Code config:
- mkdir -p ~/.claude/agents
- ln -s ~/github.com/venalen/personal/dot-claude/CLAUDE.md ~/.claude/CLAUDE.md
- ln -s ~/github.com/venalen/personal/dot-claude/agents/self-reviewer.md ~/.claude/agents/self-reviewer.md
- ln -s ~/github.com/venalen/personal/dot-claude/CODEREVIEWTONE.md ~/.claude/CODEREVIEWTONE.md
- mkdir -p ~/.claude/skills
- ln -s ~/github.com/venalen/personal/dot-claude/skills/review-pr ~/.claude/skills/review-pr