From 7b249d054535ebd0661cd8e2b501a3897d03e2cf Mon Sep 17 00:00:00 2001 From: Naz Date: Sat, 6 Sep 2025 09:09:06 +0100 Subject: =?UTF-8?q?=F0=9F=93=9Adocs:=20add=20project=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.org | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 README.org (limited to 'README.org') 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 +#+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 --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) -- cgit v1.2.3