all repos — dotfiles @ 9f17cf318d91ae4ab80a78c2cc1c1acd23417d93

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