all repos — dotfiles @ 9fd1f5b7c9c8df5cc0c331e2c640b02e20a070a2

personal dotfiles

install (view raw)

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