feat: add nvim

This commit is contained in:
Mohammad Rafiq 2025-02-17 01:27:13 +08:00
parent 22b9c4fa4b
commit c80eaf1ff7
2 changed files with 8 additions and 0 deletions

View file

@ -111,6 +111,9 @@ fi
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This enables NVM [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This enables NVM
# Neovim
export PATH="$HOME/nvim/bin:$PATH"
# Theming # Theming
export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]$ " export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]$ "

View file

@ -3,3 +3,8 @@ https://drewdevault.com/2019/12/30/dotfiles.html
Uses a one-byte .gitignore. 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. 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/`.