mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-19 13:34:19 +01:00
Group app installers together
This commit is contained in:
7
install/app-neovim.sh
Normal file
7
install/app-neovim.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
if [ -n "$FORCE" ] || ! command -v neovim &>/dev/null; then
|
||||
sudo add-apt-repository -y ppa:neovim-ppa/stable
|
||||
sudo apt update -y
|
||||
sudo apt install -y neovim
|
||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||
cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua
|
||||
fi
|
||||
Reference in New Issue
Block a user