Skip to content

iamjohnnym/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System Dotfiles

Provisioning a system is not my favorite thing. This is to help bootstrap my system environment, specifically for MacOS but *Nix where compatible.

Table of contents

Prerequisits

(Back to top)

Packages

(Back to top)

  • 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

Files

.
├── 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

Authors

(Back to top)

See also the list of contributors who participated in this project.

Contributing

(Back to top)

Your contributions are always welcome! Please have a look at the contribution guidelines first.

License

(Back to top)

Apache License, Version 2.0 2018 - Johnny Martin. Please have a look at the LICENSE.md for more details.

Versioning

(Back to top)

We use SemVer for versioning. For the versions available, see the tags on this repository.

About

Dotfiles for my own convenience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published