kpavery / dotfiles

My configuration files for zsh, package list, and customizations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kpavery's dotfiles

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.

Installing

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.

About

My configuration files for zsh, package list, and customizations.


Languages

Language:Shell 68.4%Language:Makefile 28.9%Language:Ruby 2.7%