summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-16 22:28:37 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-16 22:28:37 +0300
commit66531b2ef6b6835d20fa08178992fef4962e19d5 (patch)
tree78daddb220bd8e69d3ea8157e0f490c78156da30
parentce10925ef50a1775604d406e7263ba06f62a89ee (diff)
Added suckless utils repos links in the README
Changes to be committed: modified: README.md modified: zsh/env
-rw-r--r--README.md9
-rw-r--r--zsh/env1
2 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86249c3..ceac4ce 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# dotfiles
Editable text files for configuring various programs on *nix systems.
+
+I, myself, have been using [Void Linux](https://voidlinux.org/) for quite some years and have decided to finally have my configs out there for simplicity.
+
+My setup is pretty minimal and I may include a setup installer in the future.
+
+My forks of [Suckless Utilities](https://suckless.org/) can be found in these following repositories:
+[dwm](https://github.com/xAlpharax/dwm) [st](https://github.com/xAlpharax/st) [slstatus](https://github.com/xAlpharax/slstatus)
+
+[!Image](https://media.discordapp.net/attachments/663775769293750302/1163558759528943626/image.png?ex=6540038a&is=652d8e8a&hm=5495d6b7fa74c36b9d237cba6019a8d9a9ece3a807b61438f3bf1b6af3b945b6&=&width=1225&height=689)
diff --git a/zsh/env b/zsh/env
index 413885d..a69f4f7 100644
--- a/zsh/env
+++ b/zsh/env
@@ -6,6 +6,7 @@
export EDITOR="nvim"
export BROWSER="brave"
+export CHROME_EXECUTABLE="chromium"
export TERM="st"
export BAT_THEME="base16"