https://github.com/maxbeatty/dotfiles
My config and settings files
https://github.com/maxbeatty/dotfiles
dotfiles shell
Last synced: 4 months ago
JSON representation
My config and settings files
- Host: GitHub
- URL: https://github.com/maxbeatty/dotfiles
- Owner: maxbeatty
- Created: 2012-10-17T01:27:54.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T18:48:42.000Z (about 4 years ago)
- Last Synced: 2025-03-01T00:12:03.080Z (over 1 year ago)
- Topics: dotfiles, shell
- Language: Shell
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @maxbeatty's dotfiles
Install dependencies with [Homebrew](https://brew.sh/):
```sh
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`](https://github.com/mfaerevaag/wd#automatic) to `~/bin/wd/wd.sh`.
My config and settings files for macOS
```sh
git clone https://github.com/maxbeatty/dotfiles.git && \
cd dotfiles && \
./sync.sh
```
Inspired by [Paul Irish](https://github.com/paulirish/dotfiles), [Mathias Bynens](https://github.com/mathiasbynens/dotfiles/), and [Ben Alman](https://github.com/cowboy/dotfiles)
## Terminal
I like the [Hack font](https://sourcefoundry.org/hack/) and pick something like Dracula from [lysyi3m/macos-terminal-themes](https://github.com/lysyi3m/macos-terminal-themes)
## Vim
The included `.vimrc` requires some one-time setup:
```sh
mkdir -p ~/.vim/pack/themes/start
git clone https://github.com/dracula/vim.git ~/.vim/pack/themes/start/dracula
```
## Additional Resources
- [CLI:improved](https://remysharp.com/2018/08/23/cli-improved)
- [hermit](https://cashapp.github.io/hermit/)
- [speed-test](https://github.com/sindresorhus/speed-test)
- [fast-cli](https://github.com/sindresorhus/fast-cli)