Provisioning a system is not my favorite thing. This is to help bootstrap my system environment, specifically for MacOS but *Nix where compatible.
- homebrew-bundle:
Homebrew Bundle
is an brew must have, treat brew packages like you would a gem in a Gemfile - Aws-Vault:
Aws-Vault
is a credential store manager for AWS IAM Access Keys - Keybase: GPG Identity and secret's storage
- Chrome: Google Chrome Web Browser
- Firefox-Developer-Edition: Firefox Developer Editionn Web Browser
- Password-Store: Password Store with GPG credentials
- Alfred: Alfred App, super handy program for butlering my system
- Skitch: Capture screenshots and share them
- Magnet: Window Manager
- LastPass: Cloud Based Password Manager
.
├── README.md
├── bin
├── lib
│ ├── aws-vault
│ │ └── bash
│ │ └── _bashrc
│ ├── bash
│ │ ├── README.md
│ │ ├── bash
│ │ │ ├── _bashrc
│ │ │ ├── bash_aliases
│ │ │ └── bash_profile
│ │ ├── functions
│ │ ├── include_aliases
│ │ ├── include_bashrc
│ │ └── include_profile
│ ├── brew
│ │ ├── Brewfile
│ │ └── bash
│ │ └── _bashrc
│ ├── direnv
│ │ ├── bash
│ │ │ ├── _bashrc
│ │ │ └── _direnvrc
│ │ └── include_direnvrc
│ ├── docker
│ │ └── bash
│ │ ├── _bashrc
│ │ └── docker_aliases
│ ├── git
│ │ ├── gitconfig
│ │ └── gitignore
│ ├── keybase
│ │ └── bash
│ │ ├── _bashrc
│ │ └── keybase_aliases
│ ├── pyenv
│ │ └── bash
│ │ ├── _bashrc
│ │ └── _direnvrc
│ ├── rbenv
│ │ └── bash
│ │ ├── _bashrc
│ │ └── _direnvrc
│ ├── shellcheck
│ │ └── bash
│ │ ├── _bashrc
│ │ └── shellcheck_aliases
│ └── ssh
│ ├── bash
│ │ └── _bashrc
│ └── config
└── setup.sh
23 directories, 30 files
- Johnny Martin - Initial work - iamjohnnym
See also the list of contributors who participated in this project.
Your contributions are always welcome! Please have a look at the contribution guidelines first.
Apache License, Version 2.0 2018 - Johnny Martin. Please have a look at the LICENSE.md for more details.
We use SemVer for versioning. For the versions available, see the tags on this repository.