dotfiles/README.md

16 lines
630 B
Markdown
Raw Permalink Normal View History

2021-11-04 23:18:36 -04:00
# Dotfiles
2022-05-30 12:59:30 -04:00
These dotfiles are managed using GNU Stow and I use them on my systems running either macOS or Fedora 36 (Workstation Edition).
2021-11-04 23:18:36 -04:00
## Usage
2022-05-30 12:59:30 -04:00
MacOS: Install Homebrew and check the Brewfile.
Linux: Refer to [this page](https://notes.earnestma.com/notes/Linux+Computer+Setup+Guide) or the (outdated) [ansible repository](https://git.earne.link/earnestma/configs) for installing and configuring the system.
To use, clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove all the links.
2022-09-29 08:18:08 -04:00
# Hacks
For Git, if you have local hooks, set `core.hooksPath` to `.git/hooks`, the global ones will not be run.