My Dots
Find a file
2025-03-06 01:05:15 +01:00
.config Upgrade nevim-config and git-fame alias 2025-02-27 01:33:22 +01:00
.gnupg Update SSH and GPG config 2024-10-18 18:05:03 +02:00
.local Gitdev Handler 2025-03-06 01:05:15 +01:00
Resources NOTICKET: Set Icon for Resources Folder 2025-02-17 17:12:26 +01:00
Vorlagen Add File Templates 2025-02-27 14:57:03 +01:00
.gitconfig Upgrade nevim-config and git-fame alias 2025-02-27 01:33:22 +01:00
.gitignore Add File Templates 2025-02-27 14:57:03 +01:00
.gitmodules make nvim moduel track master 2024-07-03 00:24:49 +02:00
.profile Upgrade Nvim, Fix Paging Bug, Macbook Xremap Service 2025-01-15 00:01:20 +01:00
.ssh Bash, Oh-My-Bash, SSH, Git 2024-05-14 00:21:43 +02:00
.zshrc Improve Workspace Script 2025-02-27 23:32:18 +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