enable comments in interactive shell
sudo vi /etc/zshrc
setopt interactivecommentssome enhancements to MacOS experience
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "alwaysShowTabs": true, | |
| "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "initialCols": 120, | |
| "initialRows": 30, | |
| "requestedTheme": "dark", | |
| "keybindings": [ | |
| { "command": "closeTab", "keys": ["ctrl+w"] }, | |
| { "command": "newTab", "keys": ["ctrl+t"] }, |
| #!/usr/bin/env bash | |
| #################################################### | |
| # Ubuntu Linux configuration for WSL 2 # | |
| # Author: Dino Lupo # | |
| # Release Date: 2020/08/30 # | |
| #################################################### | |
| # Install Ubuntu latest with WSL version 2 | |
| # then launch it and copy this file in Ubuntu with | |
| # |