This page lists my personal preferences to set up proper command line for Mac OS X.
Current default for Mac OS X Catalina, offers much better customizations that Bash.
chsh -s /bin/zsh
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Pure CSS Styled Select</title> | |
<style> | |
body { | |
background-color: #e74c3c; | |
font-family: 'Source Sans Pro', sans-serif; |
# Moved to https://github.com/anotherkev/homeassistant-config/blob/main/ui-lovelace.yaml |
stages: | |
- deploy | |
Deploy: | |
before_script: | |
## Install ssh-agent if not already installed, it is required by Docker. | |
## (change apt-get to yum if you use an RPM-based image) | |
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' | |
## Create the SSH directory and give it the right permissions |
version: "3.4" | |
services: | |
pgAdmin: | |
restart: always | |
image: dpage/pgadmin4 | |
ports: | |
- "8000:80" | |
environment: | |
PGADMIN_DEFAULT_EMAIL: [email protected] |
hyper = {"cmd"} | |
shift_hyper = {"cmd", "ctrl", "alt"} | |
hs.hotkey.bind(hyper, 'pad0', function () hs.application.launchOrFocus("Google Chrome") end) | |
hs.hotkey.bind(hyper, 'pad1', function () hs.application.launchOrFocus("iTerm") end) | |
hs.hotkey.bind(hyper, 'pad2', function () hs.application.launchOrFocus("Webstorm") end) | |
hs.hotkey.bind(hyper, 'pad3', function () hs.application.launchOrFocus("Tower") end) | |
hs.hotkey.bind(hyper, 'pad4', function () hs.application.launchOrFocus("Mail") end) |
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
A list of everything that could potentially go in the<head>
of your document.
These are my notes, not a generic solution. They are not meant to work anywhere outside my machines. Update version numbers to whatever are the current ones while you do this.
This solution does not use Docker
at all
See this if you don't know how's that even possible. Understand this and this to see why is it advisable not to depend on Docker at all.
{"lastUpload":"2020-08-20T20:27:31.107Z","extensionVersion":"v3.4.3"} |