Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Exercises | 58,297 | a day ago | 50 | other | Python | |||||
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions | ||||||||||
Devops Guide | 6,779 | 7 months ago | 5 | mit | HTML | |||||
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently. | ||||||||||
Cheat Sheet Pdf | 989 | 2 months ago | mit | |||||||
📜 A Cheat-Sheet Collection from the WWW | ||||||||||
Swarmlet | 801 | 6 months ago | 56 | mit | Shell | |||||
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more. | ||||||||||
Ansible Role Gitlab | 653 | 24 days ago | 8 | mit | Jinja | |||||
Ansible Role - GitLab | ||||||||||
Battleschool | 416 | 8 years ago | 14 | apache-2.0 | Python | |||||
Development environment provisioning using ansible, ala boxen -> puppet, kitchenplan -> chef | ||||||||||
Pearl | 217 | 23 days ago | 14 | April 05, 2021 | 12 | gpl-3.0 | Python | |||
Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git. | ||||||||||
Ansible Role Git | 186 | 3 months ago | 1 | mit | ||||||
Ansible Role - Git | ||||||||||
Jenkins Stack Kubernetes | 180 | 8 months ago | apache-2.0 | Shell | ||||||
Scripts and manifests to deploy complete Jenkins on Kubernetes | ||||||||||
Laravel Deployment | 173 | 4 years ago | Shell | |||||||
📗[WIP] 追求质量的 Laravel 应用部署上线课程。 |
Note: You need to set the env
variable SECRETS_OFF=1
to disable
bitwarden. Not passing will make chezmoi fail when connecting to my bitwarden's
account _()_/.
The following environment variables can be set to configure chezmoi when applying changed:
ASK
: Set to 1
if you want to enable chezmoi promptSECRETS_OFF
: Set to 1
to enable Bitwarden (uses my personal secrets set in
.chezmoi.yaml
)DOTFILES_MINIMAL
: Set to 1
if you want to install the minimal versionWORKCONF
: Set to 1
to enable work configuration (work email, etc)For example: ASK=1 chezmoi apply
to enable prompt or DOTFILES_MINIMAL=1 chezmoi apply
for applying the minimal version.
SECRETS_OFF=1 chezmoi init https://github.com/benmezger/dotfiles.git -S ~/dotfiles
The minimal version installs only the essentials.
SECRETS_OFF=1 DOTFILES_MINIMAL=1 chezmoi init https://github.com/benmezger/dotfiles.git -S ~/dotfiles
You can clone this repository and use the Makefile to apply the changes + install dependencies.
make apply or make all
make fix-permissions
make install-required-dependencies
make install-extra-dependencies
make install-pyenv
make install-go-dependencies
make install git-dependencies
make configure-osx
make configure-linux
fn + cmd - e
- opens emacsfn + cmd - i
- opens firefoxfn + cmd - f
- opens finder in $HOMEcmd + return
- opens alacrittyfn + cmd - f1
- mpc playfn + cmd - f2
- mpc pausefn + cmd - f3
- mpc prevfn + cmd - f4
- mpc nextfn + cmd - f5
- mpc volume -10fn + cmd - f6
- mpc volume +10Run chezmoi init <dotfiles-path>
again. This should reload the configuration
by copying chezmoi.yaml to $HOME/.config/chezmoi/chezmoi.yaml
.
For some reason, i3 is sourcing .xprofile
instead of xinitrc
, so for
getting Github plugin for the i3status-rust you need to set up a variable in
your .xprofile
export I3RS_GITHUB_TOKEN="your-github-token"