mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 06:50:26 +00:00
Configs, npm packages, updated astronvim user conf
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -2,7 +2,11 @@
|
|||||||
path = config/nvim
|
path = config/nvim
|
||||||
url = git@github.com:AstroNvim/AstroNvim.git
|
url = git@github.com:AstroNvim/AstroNvim.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
branch = v3
|
||||||
|
update = checkout
|
||||||
[submodule "config/astronvim/lua/user"]
|
[submodule "config/astronvim/lua/user"]
|
||||||
path = config/astronvim/lua/user
|
path = config/astronvim/lua/user
|
||||||
url = git@github.com:ivuorinen/astronvim_config.git
|
url = git@github.com:ivuorinen/astronvim_config.git
|
||||||
ignore = dirty
|
update = rebase
|
||||||
|
branch = main
|
||||||
|
|
||||||
|
|||||||
Submodule config/astronvim/lua/user updated: 6f246744d4...e3fa6772f0
@@ -18,6 +18,9 @@ packages=(
|
|||||||
"prettier"
|
"prettier"
|
||||||
"@bchatard/alfred-jetbrains"
|
"@bchatard/alfred-jetbrains"
|
||||||
"@johnnymorganz/stylua-bin"
|
"@johnnymorganz/stylua-bin"
|
||||||
|
"js-debug"
|
||||||
|
"stylelint-lsp"
|
||||||
|
"blade-formatter"
|
||||||
)
|
)
|
||||||
|
|
||||||
for pkg in "${packages[@]}"; do
|
for pkg in "${packages[@]}"; do
|
||||||
@@ -27,7 +30,7 @@ for pkg in "${packages[@]}"; do
|
|||||||
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
|
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
|
||||||
|
|
||||||
msg_run "Installing npm package:" "$pkg"
|
msg_run "Installing npm package:" "$pkg"
|
||||||
npm install -g --no-fund --no-progress --no-timing "$pkg"
|
npm install -g --force --no-fund --no-progress --no-timing "$pkg"
|
||||||
echo ""
|
echo ""
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user