Dotfiles
prerequisites
- Git
- Gum (For pretty prompts)
- Base arch install
sudo pacman -S git gum
Usage
cd $HOME
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
# Installation with no confirmation prompts
./insall.sh --yes