Install directions

This commit is contained in:
Christian Colglazier 2019-12-23 15:10:56 -05:00
parent b46d9d080b
commit 8550832516

View File

@ -1,3 +1,11 @@
# Dotfiles # Dotfiles
A collection of config files and scripts for Fedora GNU/Linux. A collection of config files and scripts for Fedora GNU/Linux.
## Install
Run the following command to install
```sh
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/install.sh
```