Skip to content

Script to download and install my configuration files and other settings.

Notifications You must be signed in to change notification settings

DanielGibbsNZ/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DanielGibbsNZ's Bootstrap

This bootstrap sets up a computer for my use. It installs various configuration files, scripts, programs, utilities, and programming language packages. It can also be used to update the currently installed versions of the config files to the latest versions.

It can be run by downloading and executing the bootstrap script (bootstrap.sh):

wget https://raw.githubusercontent.com/DanielGibbsNZ/bootstrap/master/bootstrap.sh
bash bootstrap.sh && rm bootstrap.sh

Alternately, if Wget is not available you can use cURL to download bootstrap:

curl -fsL https://raw.githubusercontent.com/DanielGibbsNZ/bootstrap/master/bootstrap.sh -o bootstrap.sh
bash bootstrap.sh && rm bootstrap.sh

The command line options, including those for executing or skipping specific sections can be shown by running bootstrap with --help.

About

Script to download and install my configuration files and other settings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published