all repos — dotfiles @ 8e138b1764bb67007d3b93c873e6339b7d6c5ad2

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