From 66531b2ef6b6835d20fa08178992fef4962e19d5 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:28:37 +0300 Subject: Added suckless utils repos links in the README Changes to be committed: modified: README.md modified: zsh/env --- README.md | 9 +++++++++ zsh/env | 1 + 2 files changed, 10 insertions(+) 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" -- cgit v1.2.3