Skip to content

lazyposse/common-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Common Shell scripts for everyday use

install-chrome.sh

Why?

  • Installing chrome on a new Ubuntu system is laborious: download it, enable the right repos, get gdebi, …
  • This script automate that

Usage

wget https://raw.github.com/lazyposse/common-sh/master/install-chrome.sh
chmod +x install-chrome.sh
./install-chrome.sh

install-emacs24.sh

Why?

  • Installing Emacs24 a new Ubuntu system is laborious: trust the PPA, add the PPA, update the sources, …
  • This script automate that

What does it do?

Usage

wget https://raw.github.com/lazyposse/common-sh/master/install-emacs24.sh
chmod +x ./install-emacs24.sh
./install-emacs24.sh

git-upstream-sync.sh

Why?

  • Syncing a fork with the main repo is repetitive
  • This script automate that

Usage

cd fork-dir
git-upstream-sync.sh

About

Common Bash Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages