Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kruton/dotfiles
My personal configuration files for my shell environment
https://github.com/kruton/dotfiles
Last synced: 2 months ago
JSON representation
My personal configuration files for my shell environment
- Host: GitHub
- URL: https://github.com/kruton/dotfiles
- Owner: kruton
- Created: 2012-12-10T19:16:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T21:27:07.000Z (2 months ago)
- Last Synced: 2024-11-18T21:47:20.675Z (2 months ago)
- Language: Shell
- Size: 281 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles ![Build status](https://github.com/kruton/dotfiles/workflows/CI/badge.svg) [![Test coverage](https://api.codeclimate.com/v1/badges/16aa5f62f533817d237d/test_coverage)](https://codeclimate.com/github/kruton/dotfiles/test_coverage)
========My personal configuration files for my shell environment
To bootstrap this into a new shell environment:
curl -sL https://raw.github.com/kruton/dotfiles/master/bootstrap.bash | bash -ex
or:
wget -O - -o /dev/null https://raw.github.com/kruton/dotfiles/master/bootstrap.bash | bash -ex
If "sudo" access is not available, use the --no-sudo flag:
curl -sL https://raw.github.com/kruton/dotfiles/master/bootstrap.bash | bash -ex /dev/stdin --no-sudo