Skip to content

Latest commit

 

History

293 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Home for my (Jon) dotfiles and environment configuration

Motivation

Consistency.

Dependencies

Common:

macOS:

  • Homebrew
  • iTerm2

Linux:

  • Hyprland
  • Quickshell
  • Ghostty

Legacy desktop configs (sway, i3, alacritty, wofi) are in legacy/ and are not deployed by default.

Installation

Clone with submodules:

git clone --recurse-submodules https://github.com/<user>/dotfiles.git ~/.dotfiles

If already cloned without submodules:

git submodule update --init --recursive

Stow

GNU Stow manages symlinks from the dotfiles repo into $HOME. Each top-level directory is a stow package that mirrors the target directory structure.

Symlink all active packages:

cd ~/.dotfiles
make stow

Symlink a specific package:

stow --verbose --target=$HOME bash

Remove all active symlinks:

make unstow

Re-stow (useful after reorganizing):

make stow

Makefile

The Makefile wraps common setup tasks:

make          # stow active packages + vim/shell setup
make stow     # symlink active packages (see STOW_PACKAGES in Makefile)
make unstow   # remove active symlinks
make check    # dry-run stow
make vim      # set up Vim/Vundle
make shell    # clone shell dependencies (kube-ps1, zsh-git-prompt)

Submodules

  • tpm — Tmux Plugin Manager (tmux/.config/tmux/plugins/tpm)

Enjoy (or criticize) !

About

Personal dotfiles

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages