Following the fantastic answer
There is a public repo we want to fork, but we want to make our forked repo private, and also can make a pull request to the public repo.
Basic idea: we create a public forked repo as usual, but serving as an agent.
| <?xml version="1.0"?> | |
| <!DOCTYPE profile> | |
| <profile | |
| xmlns="http://www.suse.com/1.0/yast2ns" | |
| xmlns:config="http://www.suse.com/1.0/configns"> | |
| <general> | |
| <mode> | |
| <confirm config:type="boolean">false</confirm> | |
| <second_stage config:type="boolean">false</second_stage> | |
| </mode> |
Following the fantastic answer
There is a public repo we want to fork, but we want to make our forked repo private, and also can make a pull request to the public repo.
Basic idea: we create a public forked repo as usual, but serving as an agent.
| Region Code | Region Name | Availability Zones |
|---|---|---|
| us-east-1* | N. Virginia | us-east-1a us-east-1b us-east-1c us-east-1d us-east-1e |
| us-east-2 | Ohio | us-east-2a us-east-2b us-east-2c |
| us-west-1* | N. California | us-west-1a us-west-1b us-west-1c |
| us-west-2 | Oregon | us-west-2a us-west-2b us-west-2c |
| eu-west-1 | Ireland | eu-west-1a eu-west-1b eu-west-1c |
| eu-central-1 | Frankfurt | eu-central-1a eu-central-1b |
| powershell -command "scoop bucket add nerd-fonts" | |
| powershell -command "scoop install nerd-fonts/Monocraft-Nerd-Font nerd-fonts/Delugia-Mono-Nerd-Font nerd-fonts/Delugia-Nerd-Font nerd-fonts/Delugia-Nerd-Font-Book nerd-fonts/Delugia-Nerd-Font-Complete nerd-fonts/Delugia-Mono-Nerd-Font-Complete nerd-fonts/3270-NF-Mono nerd-fonts/Agave-NF-Mono nerd-fonts/AnonymousPro-NF-Mono nerd-fonts/Arimo-NF-Mono nerd-fonts/AurulentSansMono-NF-Mono nerd-fonts/BigBlueTerminal-NF-Mono nerd-fonts/BitstreamVeraSansMono-NF-Mono nerd-fonts/CascadiaCode-NF-Mono nerd-fonts/CodeNewRoman-NF-Mono nerd-fonts/ComicShannsMono-NF-Mono nerd-fonts/Cousine-NF-Mono nerd-fonts/DaddyTimeMono-NF-Mono nerd-fonts/DejaVuSansMono-NF-Mono nerd-fonts/DroidSansMono-NF-Mono nerd-fonts/FantasqueSansMono-NF-Mono nerd-fonts/FiraCode-NF-Mono nerd-fonts/FiraMono-NF-Mono nerd-fonts/Gohu-NF-Mono nerd-fonts/Hack-NF-Mono nerd-fonts/Hasklig-NF-Mono nerd-fonts/HeavyData-NF-Mono nerd-fonts/Hermit-NF-Mono nerd-fonts/IBMPlexMono-NF-Mono nerd-fonts/Inconsolata-NF-Mono n |
⚠️ This seems outdated and does not work for the latest version of ChromeOS. But feel free to try.
Press Ctr + Shift + j to open devtools console in crostini terminal.
Paste this to use Jetbrais Mono with ligatures:
term_.prefs_.set('font-family', 'JetBrains Mono Nerd Font, monospace');| task execution | |
| ============== | |
| 1. just | |
| 2. htop | |
| 3. btop | |
| 4. entr - file watcher | |
| dot files management | |
| =================== | |
| 1. chezmoi |
| # Nerd Fonts for your IDE | |
| # https://www.nerdfonts.com/font-downloads | |
| brew tap homebrew/cask-fonts && brew install --cask font-3270-nerd-font | |
| brew tap homebrew/cask-fonts && brew install --cask font-fira-mono-nerd-font | |
| brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-go-nerd-font | |
| brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-lgc-nerd-font | |
| brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-nerd-font | |
| brew tap homebrew/cask-fonts && brew install --cask font-monofur-nerd-font | |
| brew tap homebrew/cask-fonts && brew install --cask font-overpass-nerd-font |
This assumes you already have an OpenVPN server set up that you'll be connecting to. OpenVPN server setup is not covered in this document.
NOTE: ChromeOS is VERY picky about adherance to the ONC filespec (second ref. link). If an option is marked as an integer, and you surround it in quotes, import of the file will fail silently. Booleans (true and false) seem to be an exception wherein you can either wrap, or not, the boolean value in quotes without it failing ¯\_(ツ)_/¯.
References:
ChromeOS supports both L2TP and OpenVPN VPN connections. However, adding an OpenVPN connection, other than a really basic one, is non-trivial, as many options are missing from the GUI; things such as setting the Cipher or the Auth types, setting CompLZO, or any myriad nonstandard