My personal dotfiles and the successor to my "home" repository
Go to file
2021-01-19 01:37:28 -06:00
bin Add my custom scripts and binaries 2021-01-19 01:35:10 -06:00
firestarter Add Firestarter, my custom DE script suite 2021-01-19 01:32:29 -06:00
git Add git config 2021-01-19 01:37:28 -06:00
vim Port over Vim configuration 2021-01-19 01:19:52 -06:00
.gitignore Add .gitignore 2021-01-19 01:12:47 -06:00
.gitmodules Add my custom scripts and binaries 2021-01-19 01:35:10 -06:00
README.md Add note about updating submodules to README 2021-01-19 01:35:36 -06:00

Salt's Dotfiles

GNU Stow Edition

Installation

Clone the repository and stow in configs that you want, like so:

cd
git clone git@git.desu.ltd:salt/dotfiles .dotfiles
cd .dotfiles
git submodule update --recursive --remote
stow vim # Or whatever config set you want

I would highly recommend using this repository only as a reference and building your own dotfile solution from scratch.

However, I would also highly recommend using this stow-based approach instead of putting a bare repo in your home directory. Been there, done that. It sucks, especially if you're the type to diverge configs between machines or just want a subset installed.

Overview

TODO: Overview of config sets