https://github.com/freesteph/dotfiles
config files
https://github.com/freesteph/dotfiles
Last synced: 5 months ago
JSON representation
config files
- Host: GitHub
- URL: https://github.com/freesteph/dotfiles
- Owner: freesteph
- Created: 2013-01-14T00:55:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T15:39:52.000Z (over 2 years ago)
- Last Synced: 2025-06-24T07:48:18.107Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 345 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.