-
Download Xcode and CLI utilities
-
Be sure to permanently add the key in
~/.ssh/config -
Clone and run setup script:
git clone git@github.com:dylanandrews/dotfiles.git ~/.dotfiles ~/.dotfiles/setup.sh apm install --packages-file packages.txt -
Notes on brew files
fzf- need to run/usr/local/opt/fzf/installafter installing
- Iterm 2 Notes
- Make scroll history infinite
- make sure new tab is in the directory of the old tab
-
Add relaxed theme to iterm2 by dowloading the colors and then importing them into iterm.
-
Notes on starship prompt
starship.tomlis in the~/.configdirectory.- You need to run
ln -s /Users/dylanandrews/.dotfiles/starship.toml starship.tomlto get starhip to use your custom.tomlfile.
- Notes on zsh-syntax-highlighting
- You should clone it into home folder (
~). The command to install is. You run this in the home folder and it will update the zshrc file.
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
-
Run install shell prompt from VS code command pallette to allow
code .command in the terminal. -
Copy
.zhistoryfile from old computer into the new one. -
Change color of intellij file tree by going to Appearance & Behavior > File Colors > Click + button and add Project Files > Select Custom Color (333A4E)
-
Change pure prompt colors using the numbers from this chart. https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
-
VS Code Settings are synced through signing into the app via github.
-
Finder > View > Show Path
-
Finder > View > Show Status
-
Invert Scrolling
-
General > Always show scroll bar
## What's in it?
- Add trusted binstubs to the `PATH`.
Shell aliases and scripts:
- Adds some bash settings in case you don't wanna use zsh
- `g` with no arguments is `git status` and with arguments acts like `git`.
- `mcd` to make a directory and change into it.
- `v` for `$VISUAL`.