Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 921 Bytes

File metadata and controls

35 lines (25 loc) · 921 Bytes

shkm's dotfiles

No promises are made about stability or portability, but feel free to use anything you find useful.

Structure

home/           Symlinked into ~
setup/
  run             Main entry point (symlinks, shell, packages, plugins, macOS defaults)
  symlinks        Create/update symlinks from home/ into ~
  macos-defaults  macOS system preferences
Brewfile        Homebrew packages

Plugins (fish, bat themes) are managed as git submodules under home/.

Vivaldi

Custom CSS mods live in home/.config/vivaldi-mods/. After setup, point Settings → Appearance → Custom UI Modifications to ~/.config/vivaldi-mods.

Install

git clone --recursive git@github.com:shkm/dotfiles.git ~/dotfiles
cd ~/dotfiles
./setup/run

Setup scripts can also be run individually:

./setup/symlinks        # re-link dotfiles only
./setup/macos-defaults  # apply macOS defaults only