summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-09-06 09:09:06 +0100
committerNaz <ndpm13@ch-naseem.com>2025-09-06 12:17:57 +0100
commit7b249d054535ebd0661cd8e2b501a3897d03e2cf (patch)
treef4b5b11dbb4e6121f2e0339630a5a0aff82bbb31
parent7ab7ce7f5fed98815a7cf7358b02071c01ceefb7 (diff)
📚docs: add project README
-rw-r--r--README.org57
1 files changed, 57 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..83fa0ec
--- /dev/null
+++ b/README.org
@@ -0,0 +1,57 @@
+#+TITLE: My Public Dotfiles
+#+AUTHOR: Naz <ndpm13@ch-naseem.com>
+#+STARTUP: showeverything
+#+OPTIONS: toc:nil
+
+This repository contains a bunch of configuration files. Take a look around, you
+might find something useful!
+
+* Usage
+
+1. Back up your current configurations.
+2. Clone this repository somewhere in your system
+ #+begin_src sh
+git clone --depth 1 https://git.ch-naseem.com/ndpm13/dotfiles.git
+ #+end_src
+3. Make sure you're inside the ~dotfiles~ directory before using ~stow~
+ #+begin_src sh
+stow <package> --adopt
+ #+end_src
+
+* Packages
+
+These are all the packages included in this repository, I'll try to list the
+required dependencies for each package.
+
+** shells (ZSH, Bash)
+
+*** Dependencies
+
+- ~zoxide~
+- ~eza~
+- ~doas~
+- ~zsh-syntax-highlighting~
+- ~zsh-completions~
+- ~bash-completion~
+- Neovim (optional)
+- VSCodium (optional)
+- ~wget~ (optional)
+- ~sudo~ (optional)
+- ~xbps~ (optional)
+- ~cargo-update~ (optional)
+- ~mpv~ (optional)
+- ~yt-dlp~ (optional)
+- ~lf~ (optional)
+- ~starship~ (optional)
+- ~fzf~ (optional)
+
+** nvim
+
+Main repository can be found at [[https://git.ch-naseem.com/ndpm13/nvim-config][ndpm13/nvim-config]].
+
+*** Dependencies
+
+- ~git~
+- ~gcc~
+- Nerd Font (optional)
+- ~silicon~ (optional)