dotfiles/bootstrap.sh
2022-01-15 20:16:47 +00:00

12 lines
212 B
Bash
Executable File

#!/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