Skip to content

toscm/installers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installers

Scripts to install my core utils on different operating systems

Usage

tmp_dir=$(mktemp -d)
git clone --depth 1 https://github.com/toscm/installers.git "$tmp_dir"
bash "$tmp_dir/ubuntu22/coreutils"
bash "$tmp_dir/ubuntu22/R"
cp anyos/.Rprofile ~
cp anyos/.lintr ~
rm -rf $tmp_dir

Scripts

Helper scripts for often recurring tasks are available in folder scripts. As of April 2024 the following helpers are available:

  • configure_git
  • create_keypair
  • create_user

About

Scripts to install my core utils on different operating systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published