mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-25 23:05:38 +00:00
add shfmt and shellcheck to system-wide neovim packages
This commit is contained in:
parent
7093ba7791
commit
faa7f74773
@ -13,9 +13,8 @@
|
|||||||
if test "$argv[1]" = "offline"
|
if test "$argv[1]" = "offline"
|
||||||
set option "--option substitute false"
|
set option "--option substitute false"
|
||||||
end
|
end
|
||||||
pushd ${config.dotfilesPath}
|
commandline -r "git -C ${config.dotfilesPath} add --all"
|
||||||
git add --all
|
commandline -f execute
|
||||||
popd
|
|
||||||
commandline -r "darwin-rebuild switch $option --flake ${config.dotfilesPath}#macbook"
|
commandline -r "darwin-rebuild switch $option --flake ${config.dotfilesPath}#macbook"
|
||||||
commandline -f execute
|
commandline -f execute
|
||||||
'';
|
'';
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
gcc # for tree-sitter
|
gcc # for tree-sitter
|
||||||
|
shfmt # used everywhere
|
||||||
|
shellcheck # used everywhere
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
Loading…
Reference in New Issue
Block a user