Instalando Docker em um WSL 2 com Ubuntu 22.04
Before start the installation process, make sure you meet the following prerequisites:
- A Windows 10 operating system with WSL 2 support.
- WSL 2 enabled.
- Ubuntu 22.04 installed on WSL 2.
This snippet will check every time you run Vim whether it updated all your Plug
packages for you. It will do this once a week automatically for you.
Add the following to your .vimrc
:
function! OnVimEnter() abort
" Run PlugUpdate every week automatically when entering Vim.
if exists('g:plug_home')
let l:filename = printf('%s/.vim_plug_update', g:plug_home)
if !filereadable(l:filename)
{ | |
"extends": "stylelint-config-recommended", | |
"plugins": [ | |
"stylelint-order" | |
], | |
"rules": { | |
"at-rule-no-unknown": true, | |
"at-rule-no-vendor-prefix": true, | |
"block-opening-brace-space-before": "always-multi-line", | |
"color-hex-case": "lower", |
/** | |
* The target language. [Browser support is good][1] but "en-US" is a safe default. | |
* | |
* [1]: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/language | |
* | |
* @type {string} | |
*/ | |
const { language = "en-US" } = navigator; | |
/** |
Could use `$ echo $HOME` to find out HOME directory set by git.
using System.Threading; | |
Console.Beep(658, 125); | |
Console.Beep(1320, 500); | |
Console.Beep(990, 250); | |
Console.Beep(1056, 250); | |
Console.Beep(1188, 250); | |
Console.Beep(1320, 125); | |
Console.Beep(1188, 125); | |
Console.Beep(1056, 250); |
; Global settings | |
[redshift] | |
temp-day=6500K | |
temp-night=5000 | |
transition=1 | |
;gamma=0.8:0.7:0.8 | |
gamma=1.000:1.000:1.000 | |
location-provider=geoclue | |
;location-provider=manual | |
adjustment-method=vidmode |
// REFERENCE UNICODE TABLES: | |
// http://www.rikai.com/library/kanjitables/kanji_codes.unicode.shtml | |
// http://www.tamasoft.co.jp/en/general-info/unicode.html | |
// | |
// TEST EDITOR: | |
// http://www.gethifi.com/tools/regex | |
// | |
// UNICODE RANGE : DESCRIPTION | |
// | |
// 3000-303F : punctuation |