extracted nvim to seperate arch dep
This commit is contained in:
parent
74952b3b5b
commit
a1fc88f3da
@ -4,7 +4,4 @@ bat
|
|||||||
calcurse
|
calcurse
|
||||||
pam-gnupg
|
pam-gnupg
|
||||||
zfxtop
|
zfxtop
|
||||||
neovim
|
|
||||||
lua
|
|
||||||
tmuxp
|
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.i3
|
||||||
arch.picom
|
arch.picom
|
||||||
arch.polybar
|
arch.polybar
|
||||||
|
arch.nvim
|
||||||
vim
|
vim
|
||||||
nvim
|
nvim
|
||||||
zsh
|
zsh
|
||||||
|
@ -2,6 +2,7 @@ arch.base
|
|||||||
arch.i3
|
arch.i3
|
||||||
arch.picom
|
arch.picom
|
||||||
arch.polybar
|
arch.polybar
|
||||||
|
arch.nvim
|
||||||
vim
|
vim
|
||||||
zsh
|
zsh
|
||||||
oh-my-zsh
|
oh-my-zsh
|
||||||
|
@ -2,6 +2,7 @@ arch.base
|
|||||||
arch.i3
|
arch.i3
|
||||||
arch.picom
|
arch.picom
|
||||||
arch.polybar
|
arch.polybar
|
||||||
|
arch.nvim
|
||||||
vim
|
vim
|
||||||
zsh
|
zsh
|
||||||
oh-my-zsh
|
oh-my-zsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user