แ Dotfiles for zsh, tmux, fzf, neovim, git, zprezto, hammerspoon, kitty & more ๐ฅ
Peter's dotfiles
Dotfiles and automations that make my life easier (or harder lol)
A lightweight zsh configuration framework with sensible defaults. It's fast, too! The Missing Package Manager for MacOS (or Linux) A CLI for the Mac App Store. Installs all your favorite apps in just 1 line! Staggeringly powerful MacOS desktop automation with Lua A modern, ground up rewrite of Vim A fast, GPU based terminal alternative to iTerm Create, split, save, move terminal tabs easily all within one window. The fastest way to search for ANYTHING on your computer Use git interactively. Powered by fzf A zsh theme that emphasizes speed, flexibility and an out-of-the-box experienceScreenshots
Getting Started
Check out ./install.sh. You'll have to run ./install all or pick the section you'd like to run.
- Install Homebrew & dependencies
- Install Xcode and Xcode CLI tools
- Setup symlinks and config
Post-automation updates
- Install NVChad if you haven't yet. This replaces the local nvim config
~/.npmrc~/.gitconfig.local~/.ssh/config- Nicer kitty icon
- Download & Install into
~/.local/share/fonts/Symbols-2048-em Nerd Font Complete.ttf
Vim and Neovim Setup
Neovim is a fork and drop-in replacement for vim. in most cases, you would not notice a difference between the two, other than Neovim allows plugins to run asynchronously so that they do not freeze the editor, which is the main reason I have switched over to it. Vim and Neovim both use Vimscript and most plugins will work in both (all of the plugins I use do work in both Vim and Neovim). For this reason, they share the same configuration files in this setup. Neovim uses the XDG base directory specification which means it won't look for a .vimrc in your home directory. Instead, its configuration looks like the following:
| | Vim | Neovim | | ----------------------- | ---------- | ------------------------- | | Main Configuration File | ~/.vimrc | ~/.config/nvim/init.vim | | Configuration directory | ~/.vim | ~/.config/nvim |
Thanks
I've been working on my dotfiles for over 8 years. A lot of it is thanks to the community and some of my favorite people / projects: