Skip to content

Commit

Permalink
Added install scripts for StratVIM
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushXCoder committed Oct 5, 2024
1 parent 457b6ef commit 0ccb6f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/scripts/installscripts/stratvim.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/env bash

echo [Installing Dependencies]
sudo pacman -S npm neovim xclip lazygit --noconfirm || exit 1

echo [Installing Neovim Configs]
git clone https://github.com/StratOS-Linux/StratVIM.git ~/.config/nvim || exit 2

0 comments on commit 0ccb6f4

Please sign in to comment.