Skip to content

cdzombak/dotfiles

Repository files navigation

dotfiles

@cdzombak's dotfiles & system setup scripts.

Repo Contents

This repository contains configuration files and scripts that help implement my preferred macOS setup. It includes, among other things, my current Hammerspoon configuration.

There is also a server build target, which will install a minimal configuration and useful software on Linux servers (it'll work on "client" machines, too, but it's oriented for my current common Linux server usage).

Dependencies

On macOS, the relevant make targets will install these dependencies with Homebrew.

My zsh theming is intended to work well with a dark color scheme (I use Solarized Dark).

Installation

Begin by installing my SSH configuration (private; see my blog post about this setup).

# in ~

git clone https://github.com/cdzombak/dotfiles.git .dotfiles
cd .dotfiles/
make [ mac-all | linux-all ]

On an extremely minimal deb-based Linux install, optionally, run apt install dialog for a better dpkg-reconfigure UX.

On Linux, also clone the dotfiles and run make linux-all from a root terminal (sudo -i).

Running make with no target prints help.

Other macOS System Configuration

When setting up a new macOS system, in addition to dotfiles, the following are required:

Inspiration & Acknowledgements

This setup — and my further aspirations for it — are inspired by: