Skip to content

hessmjr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Dotfiles for use when setting up environments in MacOS or Ubuntu.

Installation

Review files prior to usage. May have unintended consequences otherwise. You have been warned!

When installing using the following commands it will dump the src directory into whatever directory you're currently in. It's suggested to place it into ~/projects/dotfiles however that is not necessary. Any existing files that overlap will be prompted to move to ~/.backups

Using cURL

cd; curl -#L https://github.com/hessmjr/dotfiles/tarball/master |
tar -xz --strip-components 1 --exclude={README.md,.gitignore,LICENSE} && . bootstrap.sh

Using Wget

cd; wget -O - https://github.com/hessmjr/dotfiles/tarball/master |
tar -xz --strip-components 1 --exclude={README.md,.gitignore,LICENSE} && . bootstrap.sh

License

The MIT License (MIT)

Disclaimer - most of this is compiled from various dotfile repos

About

MacOS and Ubuntu dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published