This repository contains useful things I use daily in my work as a ML Engineer/Data Scientist.
Featuring:
- Aliases (especially for commit conventions)
- Useful bash scripts
- VSCode (Cursor) extensions
Contains the code used to define custom aliases for the shell (mainly git aliases).
Contains useful scripts used to simplify tasks.
This script enables to install custom aliases and Powerlevel10k on a new Linux machine.
- Copy the
useful_scripts/install_on_vm.sh
script to the new machine:
(Example for GCP VM)
gcloud compute scp useful_scripts/install_on_vm.sh <VM_NAME>:~/ --zone <VM_ZONE>
- Execute the script on the new machine:
bash ~/install_on_vm.sh