Compare commits

...

18 Commits

Author SHA1 Message Date
94c55da63e Added Git config to install.sh 2026-01-10 15:18:01 +01:00
99238dc343 Merge branch 'main' into rotom 2026-01-10 15:10:05 +01:00
a77fc67f6c Lazy Lock Update 2026-01-10 15:07:04 +01:00
f7075319a5 Lazy Lock Update 2026-01-10 15:06:47 +01:00
0713f92ab5 Merge branch 'main' into rotom 2026-01-10 00:17:54 +01:00
c0565da4c8 Nvim Theme 2026-01-10 00:17:28 +01:00
7ad9d894bd Merge branch 'main' into rotom 2026-01-09 23:42:37 +01:00
0d4ae817db Niri theme 2026-01-09 23:42:08 +01:00
8d8b207483 Merge branch 'main' into rotom 2026-01-09 22:57:35 +01:00
8c2414dd7e Picture in Picture full opacity 2026-01-09 22:57:15 +01:00
45b402c320 Merge branch 'main' into rotom 2026-01-09 19:46:37 +01:00
856bd58e6e CUPS Printing Support 2026-01-09 19:46:10 +01:00
92898f85e6 Merge branch 'main' into rotom 2026-01-09 19:37:34 +01:00
41182b2155 Removed old setup files 2026-01-09 19:37:10 +01:00
9500844be6 Merge branch 'main' into rotom 2026-01-09 19:19:25 +01:00
c4c68a85c1 Fixed omz installation 2026-01-09 19:19:02 +01:00
aa551049ef Merge branch 'main' into rotom 2026-01-09 18:46:07 +01:00
19bfd1d6b2 Added installation for oh-my-zsh 2026-01-09 18:45:46 +01:00
3 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1 @@
plugin-indexes.json

File diff suppressed because one or more lines are too long

View File

@@ -261,3 +261,8 @@ yay -S --needed --noconfirm $extpkgstr
git add . git add .
git reset --hard HEAD git reset --hard HEAD
git submodule update --recursive --init git submodule update --recursive --init
git remote remove origin
git remote add origin ssh://git@gitea.sparkle.gay:9173/vivian/.dotfiles.git
git config --global init.defaultBranch main
git config --global user.name "Vivian Elisabeth H"
git config --global user.email "36878099+SparkleDEV@users.noreply.github.com"