diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-26 00:57:46 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-26 00:57:46 -0500 |
| commit | 9cd1e4f16131c41f2b16637ced9fd184573a7102 (patch) | |
| tree | 0d115ba19ca7329748eea0de14a3bee1e802ecd6 /install.sh | |
| parent | 14cfc33991fa3b858301fb8738ae7dbf41e48e80 (diff) | |
| download | dotfiles-9cd1e4f16131c41f2b16637ced9fd184573a7102.tar.gz dotfiles-9cd1e4f16131c41f2b16637ced9fd184573a7102.tar.xz | |
Start shifting over to nvim0.12, fix treesitter, add nvim compile script
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -39,12 +39,6 @@ if ! [ -d "$_nvimdir" ] ; then fi setLink -s "$(pwd)/dotfiles/nvim/init.lua" -d "$_nvimdir/init.lua" -_paq_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paqs/start/paq-nvim -if ! [ -d "$_paq_dir" ] ; then - git clone --depth=1 https://github.com/savq/paq-nvim.git "$_paq_dir" - printf "\033[1;31m%s\033[0m\n" "You will need to run ':PacSync' in neovim" -fi - _ghosttydir="$HOME/.config/ghostty" if ! [ -d "$_ghosttydir" ] ; then mkdir "$_ghosttydir" |
