From c80eaf1ff7992b6fc29eaad48ffe2aa662f4ad65 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 17 Feb 2025 01:27:13 +0800 Subject: [PATCH] feat: add nvim --- .bashrc | 3 +++ README.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.bashrc b/.bashrc index 451586b..e4a6de2 100644 --- a/.bashrc +++ b/.bashrc @@ -111,6 +111,9 @@ fi export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This enables NVM +# Neovim +export PATH="$HOME/nvim/bin:$PATH" + # Theming export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]$ " diff --git a/README.md b/README.md index cb88a2e..e1767fe 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ https://drewdevault.com/2019/12/30/dotfiles.html Uses a one-byte .gitignore. Houses all the configuration files and scripts I use. If any are from external sources, attribution is in the file itself. Otherwise, they are free to use as you want. + +~/bin/ should have all the installed binaries. + +Neovim is installed at `~/nvim/`. +Rust/cargo is installed at `~/.cargo/`. \ No newline at end of file