fork
Find a file
2024-11-23 20:08:36 +01:00
.config Add Auto Install Scripts 2024-11-23 20:08:36 +01:00
.gnupg Update SSH and GPG config 2024-10-18 18:05:03 +02:00
.local Improve auto complete and add a new dir for dependency install scripts 2024-10-18 23:43:41 +02:00
Resources/FiraCode Add ZSH with OMP 2024-09-01 12:41:16 +02:00
.gitconfig Update Git Graph Models 2024-11-23 17:09:49 +01:00
.gitignore Improve auto complete and add a new dir for dependency install scripts 2024-10-18 23:43:41 +02:00
.gitmodules make nvim moduel track master 2024-07-03 00:24:49 +02:00
.profile Alot of Config 2024-10-12 00:50:43 +02:00
.ssh Bash, Oh-My-Bash, SSH, Git 2024-05-14 00:21:43 +02:00
.zshrc Add Auto Install Scripts 2024-11-23 20:08:36 +01:00
Readme.md Add Auto Install Scripts 2024-11-23 20:08:36 +01:00

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