jobless dotfiles for a jobless CS major
- Clone the repo into your
$HOMEdirectory usinggit clone git@github/r5ne/dotfiles.git ~. - Symlink
.stowrcinto your$HOMEdirectory usingln -s ~/.dotfiles/.stowrc ~/on unix and [todo] on windows.
- Use
stow [package name]to add the config files of [package name]. Make sure to read the README.md to make sure you have acquired all the dependencies.
- Delete any old symlinks using
stow -D [package name]. Make sure to delete any dependencies as well.
- A new directory for each modular dotfiles I will want to use (usually translates to one program)
- Packages with -deps in the name shouldn't be stowed unless another package explicitly requires it - read the README.md for info on package dependencies.
- monoglow.nvim - for the colorscheme used by most of my dots
- gnu stow - for the best modular dotfile manager