No description
Find a file
2023-05-04 23:26:59 -05:00
config/home-manager Fix vim indentation 2023-05-04 23:26:59 -05:00
vim/pack/normal/start Upgrade dependencies 2023-03-31 10:38:46 -05:00
zsh Upgrade dependencies 2023-03-31 10:38:46 -05:00
.gitignore add keys and update things 2019-03-09 18:07:52 -06:00
.gitmodules Remove vim-toml 2022-03-25 23:01:08 -05:00
dotfilesrc Add experimental home-manager option 2022-05-01 18:25:54 -05:00
gitconfig Normalize indentation 2021-06-10 21:38:51 -05:00
LICENSE Initial commit 2018-01-11 18:25:43 -06:00
p10k.zsh Don't use weird yellow coloring for context 2021-11-02 23:26:44 -05:00
README.md Add typical installation instructions 2021-05-10 16:30:38 -05:00
vimrc Don't have conflicting config options 2022-11-10 13:44:49 -06:00
zshrc Source nix daemon if not already 2023-05-04 15:18:45 -05:00

Spotlight's dotfiles

On devices I consider personal, I like having a similar style within zsh. I heavily utilize macOS, BSD and various Linux, so it's important that these dotfiles work consistently across them all.

I make heavy usage of Git submodules. Occasionally, these are updated. Please ensure when pulling my dotfiles that you also git submodule update.

Installation

git clone --recursive https://git.joscomputing.space/spotlight/dotfiles ~/.dotfiles
cp ~/.dotfiles/dotfilesrc ~/.dotfilesrc
pip3 install dotfiles
dotfiles --sync --force

This creates a symbolic link from any file or directory within ~/.dotfiles/ to their respective place in ~/. I prefer the .dotfilesrc to be managed as well.