Add Install Instructions

This commit is contained in:
Snoweuph 2024-11-23 18:53:30 +00:00 committed by Git Euph
parent 084b0e3a38
commit e2655b633c
Signed by: Euph Forge
GPG key ID: 85A06461FB6BDBB7

View file

@ -12,3 +12,14 @@
```sh
sudo dnf install -y curl wget git make just
```
### Install
```sh
cd ~ && \
git init -b neo && \
git remote add origin https://git.euph.dev/Snoweuph/Dotfiles.git && \
git fetch --all && \
git reset --hard origin/neo && \
git submodule update --init --recursive
```