Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 4 KB

File metadata and controls

43 lines (35 loc) · 4 KB

Linkedin Blog

A collection of useful scripts for Linux, Windows, & Mac.

Utilities for the command line in Linux and Mac

  • git_configure.sh: Configure options in Git, such as alias, username, email, and credential helper.
  • git_update_repos.sh: It iteratively updates several Git repositories for a user.
  • git_status_repos.sh: It iteratively finds the status of several Git repositories for a user.
  • git_find_big.sh: List Git objects ordered by size.
  • jupyter_configure.sh: Set up the Jupyter notebook environment in an Ubuntu server.
  • setup_bashrc.sh: Set up several functions for .bashrc like cs (a combination of cd+ls), ccat (cat with color), or reimplement evince to run in the background.
  • setup_vim.sh: Set up functions for Vim, such as the line numbers

Utilities for Azure

Utilities for installing software

Misc