Dotfiles and installation scripts for my Arch Linux setup.
Dependencies:
gitstow
On a fresh installation of Arch, clone this repository.
git clone https://github.com/ValdezFOmar/.dotfiles.git ~/.dotfilesThen run the installation script for user and system configurations, in that order:
cd ~/.dotfiles/
./install.sh
sudo ./etc/install.shWarning
This will download and install multiple packages, create directories
on ~/, symlink user configuration files, replace some system
configuration files and enable some services.
For only installing user configuration files run:
cd ~/.dotfiles && stow --verbose --dotfiles home
