Skip to content

Useful scripts & settings related to my personal dev setup (aliases, VSCode extensions and settings...)

Notifications You must be signed in to change notification settings

luca-serra/my-personal-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal setup

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

Aliases

Contains the code used to define custom aliases for the shell (mainly git aliases).

Useful scripts

Contains useful scripts used to simplify tasks.

Install custom setup on a new Linux machine

This script enables to install custom aliases and Powerlevel10k on a new Linux machine.

  1. 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>
  1. Execute the script on the new machine:
bash ~/install_on_vm.sh

About

Useful scripts & settings related to my personal dev setup (aliases, VSCode extensions and settings...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages