No description
Find a file
2021-06-02 01:34:06 -05:00
vim/pack/normal/start Update dependencies 2021-05-10 16:37:56 -05:00
zsh Update dependencies 2021-05-10 16:37:56 -05:00
.gitignore add keys and update things 2019-03-09 18:07:52 -06:00
.gitmodules Remove bullet-train in favor of powerlevel10k 2021-02-04 02:32:54 -06:00
alacritty.yml alacritty: WINIT_HIDPI_FACTOR -> WINIT_X11_SCALE_FACTOR 2020-06-01 10:08:58 +00:00
dotfilesrc Update dependencies 2020-11-27 14:14:29 -06:00
gitconfig Prefer main 2021-05-28 21:58:31 -05:00
LICENSE Initial commit 2018-01-11 18:25:43 -06:00
p10k.zsh Remove bullet-train in favor of powerlevel10k 2021-02-04 02:32:54 -06:00
README.md Add typical installation instructions 2021-05-10 16:30:38 -05:00
vimrc backspace: yes! 2018-11-23 09:11:17 -06:00
zshrc Prefer using the latest Swift toolchain 2021-06-02 01:34:06 -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.