my computing environment
If I have seen further it is only by standing on the shoulders of giants.
– Isaac Newton
This repo contains my dotfiles and other misc scripts for system setup. All dotfiles in this repo are installed using minimally invasive commands and most will not overwrite any existing data on the system.
Use make to:
visualize how the install will affect your system:
```$ make # make simulate```
install all dotfiles with stow:
```$ make dotfiles```
install a single dotfile with stow:
```$ make dotfiles pkg=hypr```
update emacs:
```$ make elpa && make dotemacs```
flycheck-haskell in stack projects