From 147cbd6724faad8eaa01252e85053f088f939f70 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 4 Jun 2026 17:01:40 +0200 Subject: Initial Commit --- .gitmodules | 3 +++ .p10k.zsh | 1 + .zshrc | 1 + README.md | 3 +++ alacritty.toml | 1 + fastfetch/config.jsonc | 1 + i3/config | 1 + i3blocks | 1 + nvim | 1 + 9 files changed, 13 insertions(+) create mode 100644 .gitmodules create mode 120000 .p10k.zsh create mode 120000 .zshrc create mode 100644 README.md create mode 120000 alacritty.toml create mode 120000 fastfetch/config.jsonc create mode 120000 i3/config create mode 120000 i3blocks create mode 160000 nvim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ee77f1c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nvim"] + path = nvim + url = https://git.spelis.li/spelis/nvim diff --git a/.p10k.zsh b/.p10k.zsh new file mode 120000 index 0000000..7b607a5 --- /dev/null +++ b/.p10k.zsh @@ -0,0 +1 @@ +/home/spelis/.p10k.zsh \ No newline at end of file diff --git a/.zshrc b/.zshrc new file mode 120000 index 0000000..2045f57 --- /dev/null +++ b/.zshrc @@ -0,0 +1 @@ +/home/spelis/.zshrc \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..76813a9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Dotfiles + +These are my dotfiles. Enjoy diff --git a/alacritty.toml b/alacritty.toml new file mode 120000 index 0000000..47e9a90 --- /dev/null +++ b/alacritty.toml @@ -0,0 +1 @@ +/home/spelis/.config/alacritty.toml \ No newline at end of file diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc new file mode 120000 index 0000000..ab47c28 --- /dev/null +++ b/fastfetch/config.jsonc @@ -0,0 +1 @@ +/home/spelis/.config/fastfetch/config.jsonc \ No newline at end of file diff --git a/i3/config b/i3/config new file mode 120000 index 0000000..043dfa4 --- /dev/null +++ b/i3/config @@ -0,0 +1 @@ +/home/spelis/.config/i3/config \ No newline at end of file diff --git a/i3blocks b/i3blocks new file mode 120000 index 0000000..e3bed59 --- /dev/null +++ b/i3blocks @@ -0,0 +1 @@ +/home/spelis/.config/i3blocks \ No newline at end of file diff --git a/nvim b/nvim new file mode 160000 index 0000000..c81e83a --- /dev/null +++ b/nvim @@ -0,0 +1 @@ +Subproject commit c81e83a265d5f43d14020f73bddf08dd856bf061 -- cgit v1.3-7-ge9ab