Dotfiles/Readme.md

470 B

Dotfiles

Submodules

Setup

Install Dependencies

sudo dnf install -y curl wget git make just

Install

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