klappradla / dotfiles

🏗 how I set up my system
5 stars 0 forks source link
dotfiles iterm2 macos neovim tmux zsh

dotfiles 🏗

How I set up my dev system.

screenshot

About

My dotfiles follow holman's concept of "topical" organization. Each topic has its own directory with special filename conventions ⚡️:

(Note: the homebrew topic is always evaluated first as other topics depend on it.)

Installation

(on new computer: set up ssh keys first)

# start in the home directory
cd

# clone repository
git clone --recursive git@github.com:klappradla/dotfiles.git

# navigate into the new directory
cd dotfiles

# run the install script
script/setup

To install topics individually:

script/install <topic>

Tips & Tricks

See docs for additional help.