extracted nvim to seperate arch dep
This commit is contained in:
parent
74952b3b5b
commit
a1fc88f3da
@ -4,7 +4,4 @@ bat
|
||||
calcurse
|
||||
pam-gnupg
|
||||
zfxtop
|
||||
neovim
|
||||
lua
|
||||
tmuxp
|
||||
xclip
|
||||
|
5
arch/nvim.deps
Normal file
5
arch/nvim.deps
Normal file
@ -0,0 +1,5 @@
|
||||
neovim
|
||||
lua
|
||||
npm
|
||||
yarn
|
||||
xclip
|
5
meta/configs/arch.nvim.yaml
Normal file
5
meta/configs/arch.nvim.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
- shell:
|
||||
-
|
||||
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S `cat arch/nvim.deps | grep -v '#'`"
|
||||
description: "Installing base dependancies"
|
||||
|
@ -2,6 +2,7 @@ arch.base
|
||||
arch.i3
|
||||
arch.picom
|
||||
arch.polybar
|
||||
arch.nvim
|
||||
vim
|
||||
nvim
|
||||
zsh
|
||||
|
@ -2,6 +2,7 @@ arch.base
|
||||
arch.i3
|
||||
arch.picom
|
||||
arch.polybar
|
||||
arch.nvim
|
||||
vim
|
||||
zsh
|
||||
oh-my-zsh
|
||||
|
@ -2,6 +2,7 @@ arch.base
|
||||
arch.i3
|
||||
arch.picom
|
||||
arch.polybar
|
||||
arch.nvim
|
||||
vim
|
||||
zsh
|
||||
oh-my-zsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user