Skip to content

miguelgfierro/scripts

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Linkedin Blog

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

Utilities for command line in Linux and Mac

  • git_configure.sh: Configure options in git such as alias, user name, 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 jupyter notebook environment in a Ubuntu server.
  • setup_bashrc.sh: Set up several functions to .bashrc like cs (a combination of cd+ls), ccat (cat with color) or reimplement evince to run in background.
  • setup_vim.sh: Set up functions for vim such as the line numbers

Utilities for Azure

Utilities for installing software

Misc