all repos — dotfiles @ 4109d1a7846ffbb191f8929ea22d729f71e7cfe7

personal dotfiles

install (view raw)

1#!/bin/sh
2
3for prg in alacritty bin bash doom-emacs moc mpd nvim starship xmonad
4do
5    stow -vDt ~ "$prg"
6    stow -vt ~ "$prg"
7done