My Dots
.config | ||
.gnupg | ||
.local | ||
Resources/FiraCode | ||
.gitconfig | ||
.gitignore | ||
.gitmodules | ||
.profile | ||
.ssh | ||
.zshrc | ||
Readme.md |
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