I use iTerm2 as my terminal of choice, and version control its config here.
Notable configurations:
- Natural Text Editing
⌥← / ⌥→→ move by word⌘← / ⌘→→ beginning / end of line
Configuration Instructions:
- Download and install iTerm2
- Open iTerm2 → Settings → General → Settings :
- enable
Load settings from a custom folder or URLand set it to$WORK/github.com/zachlysobey/dotfiles/iterm2 - turn on Save changes → Automatically
- Click Save Now, then quit and reopen iTerm2.
I use homebrew to install some stuff.
brew install nvm- maybe not best with brew anymore
brew install treebrew install thefuck
Examples:
# from this repo
DOTFILES=$(pwd)
ln -s $DOTFILES/.npmrc ~/.npmrc
ln -s $DOTFILES/.gitconfig ~/.gitconfigI use zsh with oh-my-zsh instead of bash
I usually just source the relevant files from this repo in my ~/.zshrc.
https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line
I have vscode/settings.json here, but its kinda specific to AP stuff. I'm keeping it for reference for now.