aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-11-25 15:04:40 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-11-25 15:04:40 -0500
commitc87f73273e3e8d6b4781207cc5f671f931f38bf6 (patch)
tree07a05f2241eb6b468b4796de0e1a5e736d0142ed /install.sh
parentc32b46b00ddfd41e58f0d4a3fb0ca96a0f09acb2 (diff)
parent6faf64c17a9fe1c5f5ab0f313c1d36c867097ad7 (diff)
downloaddotfiles-c87f73273e3e8d6b4781207cc5f671f931f38bf6.tar.gz
dotfiles-c87f73273e3e8d6b4781207cc5f671f931f38bf6.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 4ef204d..650ad34 100755
--- a/install.sh
+++ b/install.sh
@@ -39,6 +39,12 @@ 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"