Dotfiles/Readme.md

749 B

Dotfiles

Submodules

Setup

Install Dependencies

Note

Parts of the Dotfiles automatic Dependency resolution relies on dnf the Fedora package Manager. This is why only dnf is listed here.

sudo dnf install -y curl wget tar unzip gzip git make just fzf

Install

Caution

This is a destructive installation and will overwrite existing conflicting files.

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