Basic Setup For Multiple Gmail Accounts In Neomutt
Just started using Neomutt, so my setup is still very basic.
It was quite a headache getting it to work with multiple Gmail accounts.
Hopefully the information below helps you and future me.
# Bazarr downloads subtitles | |
version: "3.4" | |
services: | |
bazarr: | |
image: linuxserver/bazarr:1.0.5-development | |
container_name: bazarr | |
restart: unless-stopped | |
environment: | |
- TZ=Europe/London |
Just started using Neomutt, so my setup is still very basic.
It was quite a headache getting it to work with multiple Gmail accounts.
Hopefully the information below helps you and future me.
Install the required packages
brew install ncmpcpp mpd mpc
Make the.mpd
directory in your home directory
mkdir ~/.mpd
tap "ethereum/ethereum" | |
tap "heroku/brew" | |
tap "homebrew/boneyard" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-versions" | |
tap "homebrew/core" | |
tap "paritytech/paritytech" | |
cask "java" | |
brew "ansible" |
gitlab: | |
image: 'gitlab/gitlab-ee:latest' | |
restart: always | |
hostname: 'gitlab.mycompany.tld' | |
environment: | |
GITLAB_OMNIBUS_CONFIG: | | |
external_url 'https://gitlab.mycompany.tld' | |
# https://docs.gitlab.com/omnibus/settings/ssl.html | |
letsencrypt['enable'] = true | |
letsencrypt['auto_renew'] = true |
No Filter
git clone https://github.com/vfarcic/k8s-specs.git | |
cd k8s-specs | |
git pull | |
open "https://console.aws.amazon.com/iam/home#/security_credential" | |
export AWS_ACCESS_KEY_ID=[...] |