This commit is contained in:
2025-09-01 16:44:00 +02:00
commit ce2eec9187
6 changed files with 45 additions and 0 deletions

7
all.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
./init.sh
./setup_git.sh
./install_lazygit.sh
./install_yazi.sh
./install_nvim.sh
echo "All done. Restart the shell."