diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| l--------- | .p10k.zsh | 1 | ||||
| l--------- | .zshrc | 1 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| l--------- | alacritty.toml | 1 | ||||
| l--------- | fastfetch/config.jsonc | 1 | ||||
| l--------- | i3/config | 1 | ||||
| l--------- | i3blocks | 1 | ||||
| m--------- | nvim | 0 |
9 files changed, 12 insertions, 0 deletions
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 @@ -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 +Subproject c81e83a265d5f43d14020f73bddf08dd856bf06 |
