1
0
Fork 0
my personal dotfiles and config backups
Go to file
protodrew f141475257 2024-05-02 2024-05-02 15:02:02 -04:00
.config 2024-05-02 2024-05-02 15:02:02 -04:00
etc obsidian-ssg .9 2024-03-17 17:13:40 -04:00
firefox update robots.txt 2024-03-25 19:26:49 -04:00
.gitmodules optic submodule change 2024-02-24 01:31:17 -05:00
LICENSE.md migrating to merv 2024-02-24 01:17:34 -05:00
README.md migrating to merv 2024-02-24 01:17:34 -05:00
desktop-1.webp migrating to merv 2024-02-24 01:17:34 -05:00
desktop-2.webp migrating to merv 2024-02-24 01:17:34 -05:00
repositories.repo migrating to merv 2024-02-24 01:17:34 -05:00
robots.txt update robots.txt 2024-03-25 19:26:49 -04:00

README.md

protodrew's dotfiles

These are all the configs I use for my personal linux setup. Mostly centered around sway, the everforest color scheme, and openSUSE Tumbleweed.

quickstart

copy the .config folders to ~/ copy the etc folder to your root directory (only if using greetd as your login manager)

cp -r .config/ ~/
cp -r etc/ /

add the repositories to your tumbleweed system with

sudo zypper ar -r repositories.repo

for the obsidian config, copy .obsidian/ to your vault folder path

scripts

the scripts are all work in progress and provided as-is, I am mostly either using them for works in progress, or keeping them like scrap cars to harvest when I forget how to do a for loop in bash...