all repos — dotfiles @ 4c9efd42894630e919c914f2d5d2828bc71b5e8e

personal dotfiles

install (view raw)

 1#!/bin/sh
 2
 3# TODO: make this better. it really sucks.
 4
 5for prg in alacritty bin bash doom-emacs kitty moc mpd nvim starship xmonad \
 6    newsboat
 7do
 8    stow -vDt ~ "$prg"
 9    stow -vt ~ "$prg"
10done