A very simple script that installs important packages for a new linux installtion. 📦
NOTE: Depends on
apt
package manager
wget https://codeload.github.com/kerolloz/installify/zip/master # downloads a zip file of the repo
unzip master # unzips the file
cd installify-master # changes to the directory
bash installify.sh # runs the script
The script will:
- Install packages from requirements.txt file.
- Copy files from the
templates
directory to~/Templates
. - Configure git global username and email.
- Neovim with LazyVim config.