dotfiles/bootstrap.sh

12 lines
212 B
Bash
Raw Normal View History

2022-01-15 10:07:24 -08:00
#!/bin/bash
# Get and stow dotfiles
sudo pacman -S stow
stow .
# Get aconfmgr and apply
mkdir -p ~/.git
git clone https://github.com/CyberShadow/aconfmgr.git ~/.git/aconfmgr
cd ~/.git/aconfmgr
./aconfmgr apply