Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.31 KB

@maxbeatty's dotfiles

Install dependencies with Homebrew:

brew install awscli bat corepack \
diff-so-fancy fzf gh go node \
romkatv/powerlevel10k/powerlevel10k \
prettyping shellcheck tfenv \
zsh-autosuggestions zsh-syntax-highlighting

wd (warp directory) should be installed with automatic curl to ~/bin/wd/wd.sh.

My config and settings files for macOS

git clone https://github.com/maxbeatty/dotfiles.git && \
cd dotfiles && \
./sync.sh

Inspired by Paul Irish, Mathias Bynens, and Ben Alman

Terminal

I like the Hack font and pick something like Dracula from lysyi3m/macos-terminal-themes

Vim

The included .vimrc requires some one-time setup:

mkdir -p ~/.vim/pack/themes/start
git clone https://github.com/dracula/vim.git ~/.vim/pack/themes/start/dracula

Additional Resources