Improve setup scripts, reset tmux path

This commit is contained in:
Fabian Ising
2022-10-07 09:01:35 +02:00
parent de0e1a53e7
commit 0b2f96683c
3 changed files with 19 additions and 2 deletions

View File

@@ -29,3 +29,4 @@ done
for filename in vim/.*_arch.example; do
cp $filename ${filename:0:-13}
done
echo "You should now start tmux (and zsh) and nvim for automatic plugin installation."