This repository contains my z shell dotfiles, my homebrew package list, some small customizations for archey, and a makefile to install and set everything up.
Check out this repository to somewhere like ~/.dotfiles
. Then run the makefile with make
.
The makefile will:
- Install homebrew
- Install my list of brew packages
- Install oh my zsh
- Link the dotfiles into the home directory with
stow
(a reversible symlink utility) - Patch archey with my custom tweaks to color, formatting, and information displayed
- Install the Spaceship zsh theme
- Install the autosuggestions zsh plugin
- Install the syntax highlighting zsh plugin
- Remove / hush the login message
The above steps will only be performed if the relevant command, plugin, or theme is not already present in the expected location.