An open API service indexing awesome lists of open source software.

https://github.com/freesteph/dotfiles

config files
https://github.com/freesteph/dotfiles

Last synced: 5 months ago
JSON representation

config files

Awesome Lists containing this project

README

          

* Dotfiles

These dotfiles are best-managed with [[https://www.gnu.org/software/stow][GNU Stow]]. I restore/update them
using this pattern:

#+BEGIN_SRC sh
stow -v -t $HOME -D package -S package
#+END_SRC

This effectively removes any previous symlinks I might have in =$HOME=, then
installs the newest package folder into it.