diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-26 11:55:21 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-26 11:55:21 -0500 |
| commit | e223ea0a045f1e086e0780f7c1778a94bce92ad6 (patch) | |
| tree | 39983b748e0c98e7a4c137ffffedea9c5df779d7 /compile | |
| parent | 9cd1e4f16131c41f2b16637ced9fd184573a7102 (diff) | |
| download | dotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.gz dotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.xz | |
Some tweaks and updates to dotfiles
Diffstat (limited to 'compile')
| -rwxr-xr-x | compile/nvim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile/nvim.sh b/compile/nvim.sh index d5badf5..d24bac4 100755 --- a/compile/nvim.sh +++ b/compile/nvim.sh @@ -10,7 +10,7 @@ if ! [ -d "$nvimdir" ] ; then git clone https://github.com/neovim/neovim "$nvimdir" fi cd "$nvimdir" -# git clean -fdx . +git clean -fdx . rm -rf build || echo "" make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.local" -j"$(nproc)" make install |
